Visual Studio Code – Select all occurences of all selected keywords in VS Code
I know in visual studio code you can select a keyword (e.g. "bob") and press Command+Shift+L to select all instances of it. But what if I currently have two different keywords selected with the alt key (e.g. "bob" and "alice"),…