|
|
|
|
|
by perrygeo
101 days ago
|
|
Try CodeCompanion if you're using neovim. I have a keybind set up and takes the highlighted region, prepends some context which says roughly "if you see a TODO comment, do it, if you see a WTF comment, try to explain it", and presents you an inline diff to accept/reject edits. It's great for tactical LLM use on small sections of code. For strategic use on any larger codebase though, it's more productive to use something like plan mode in Claude code. |
|