Visual Studio Code – How can I enable multi-cursor occurrence highlight for multiple files in VS Code?
In VS Code, I can press Ctrl+D, multiple times, with a word selected inside a file and it will select all the occurrences of that same word in a multi-cursor fashion, which is great. Now, I want to do the…