Are there any trick or extension to select all instances of selected word in visual studio code, to facilitate editing or deleting those instances without search and replace
Select All Occurrences of Find Match editor.action.selectHighlights
.
Ctrl+Shift+L
Cmd+Shift+L or Cmd+Ctrl+G on Mac
I needed to extract all the matched search lines (using regex) in a file
selectHighlights
)