I've noticed that the AI code completion stuff that all my code editors added and automatically enabled against my wishes only help you with writing new code. Since vim inputs are all text, some industrious folks could train an LLM to refactor code in vim and it would make an entertaining talk. @mauve ?
@brandon That's a really cool idea. Getting the training data might be hard though. You could record a note on what you're doing and save that with the code diff and key strokes I'd imagine. What sorts of edits were you thinking? I regularly get continue.dev with phi3 to do small code edits / refactors