vs code change all occurrences code example
Example 1: How do I find and replace all occurrences (in all files) in Visual Studio Code?
Ctrl+Shift+H
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.