'How to change occurence in same line with Visual Studio Code?
I recently watch a tutorial on youtube. The guy somehow can change the same word in a same line on visual studio code. Is there any shortcut to do so? Or maybe it's an extension?
Solution 1:[1]
It is occurrence. You can add keymap for it just search for "occurrence".
You can "add next occurrence" something like that and it will select next occurrences to your selection and you can change it.
I have same thing in PHPStorm, it is called something like "Add Next Occurrences".
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | gguney |