I currently use Atom with the vim-mode-plus extension as my text editor, and I have been recommended to try VS Code (with the vim extension). I am enjoying it so far, but am missing the ability to select all the occurences of the word under the cursor. I find this useful to change/delete variables in only a few lines.
If I try the VS Code way of using ctrl+shift+l
to select all occurences, as soon as I press either c
or d
then it applies this action to all occurences throughout the document. Ideally, I would like to be able to press c2j
to only affect the occurences in the current and next line down.
Thanks.