how to select single word at multiple palces in vscode code example
Example 1: vs code select same word
Ctrl + D, Ctrl+Shift+L
Example 2: VSCode search multiple words
*** How to search in the file tree, for multiple words? ***
The option "User Regular Expression" should be on!
word1(.*)word2
word1|word2|word3