8 Visual Studio Code Tips
September 08, 2015
vscode
In a previous post, I detailed some reasons I have started to use VS code. Following on from this, here are some tips for using VS code:
- Shortcut key for the command pallet is SHIFT + CTRL + P
- You can open up a 2nd window in VS code using CTRL + 2 and you can set focus to the 1st / 2nd window using CTRL + 1 or CTRL + 2
- Switch auto saving on by checking File > Auto Save
- Show / hide the side bar using CTRL + B
- Whilst in the command line, code . will open VS code in the current directory
- To open a file quickly, type CTRL + P and start typing the name of the file
- To open an intellisence list, type CTRL + SPACE
- Increase the font by going to user settings (File > Preferences > User Settings) and paste
"editor.fontSize": 16
into the json
You might find some of my other posts interesting: