vscode shortcuts mac code example
Example 1: command palette vscode
On windows: Use Ctrl+Shift+P to open the commmand palette
Example 2: vscode command to select a whole line
windows: Ctrl + L
MacOS: Command + L
Example 3: vs code open file shortcut
To open a file:
1. press ctrl + p
2. enter filename
3. To go to line append ":10"
4. To go to function append "@foo"