find a word and delete all instances of it visual studio code example
Example 1: select all instances vscode
Ctrl+Shift+L
Cmd+Shift+L or Cmd+Ctrl+G on Mac
Example 2: visual studio find and replace
//Press Ctrl+F as a shortcut to find a string in the current file.
//Press Ctrl+H as a shortcut to find and replace a string in the current file.