VS Code Settings
- Ayu
- Beautify
- Predawn Theme Kid
- Bookmarks
- Code Runner
- Jupyter
- Markdown All in One
- Markdown Preview Enhanced
- Kite
- GitLens — Git supercharged
- Git Graph
- Jekyll Syntax Support
- Python
- Vscode-pdf
- Markdown Emoji
- :emojisense:
- Press
Ctrl + shift + P
to call Command pallete - Install ‘code’ command in PATH
- Press
Ctrl + shift + P
to open Command pallete - Search
shell
- Press
- Run and Code Program in Zen mode
- Press
Ctrl + shift + P
and searchzen
- Enter Zen Mode or exist in Zen Mode
- Press
- Press
Ctrl + /
to comment out - Press
Ctrl + ]
orCtrl + [
to indent - Press
Ctrl + shift + H
to call Find And Replace function - Press
Ctrl + F
to search - Press
Ctrl + S
to save - Press
Ctrl + ~
to call Terminal - Fold/collapse sections of code:
- Fold
Ctrl
+Shift
+[
on Windows and Linux
- Unfold
Ctrl
+Shift
+]
on Windows and Linux
- Fold All
Ctrl
+ (K
=>0
) on Windows and LinuxCommand
+ (K
=>0
) on macOS
- Unfold All
Ctrl
+ (K
=>J
) on Windows and LinuxCommand
+ (K
=>J
) on macOS
- Fold
- Code Runner:
- use shortcut
Ctrl + Alt + N
- or press F1 and then select/type
Run Code
- use shortcut