Visual Studio Code is becoming my favourite editing tools. Here are commonly used functions in Visual Studio Code that I had to search around for on the internet to figure out and wanted to consolidate it into one space.
Action | MacOS | Windows / Linux |
---|---|---|
Block Select | Shift+Opt+mse | Shift+Alt+mse |
Select multiple/same text | Cmd+D | Ctrl+D |
Select all instances of same text | Cmd+Shift+L | Ctrl+Shift+L |
Skip a selection from multi select | Cmd+K Cmd+D | |
Fold All | Cmd+K Cmd+0 |