Visual Studio Code
Contents
3. Visual Studio Code¶
3.1. Extensions:¶
GitLens
Jupyter
Kite AutoComplete
Markdown Shortcuts
Material Icon Theme
Prettier - Code formatter
Pylance
Python
Python Docstring Generator
RST Preview
Visual Studio IntelliCode
3.2. Keyboard shortcuts¶
Command Palette:
Ctrl+Shift+P
Search and open a file:
Ctrl+P
Go to Symbol:
Ctrl+Shift+O
Move line up and down:
Alt+Arrow up/down
Go to line number:
Ctrl+G
Cut the Entire Line:
Ctrl+X
Select the entire line:: Triple-clicking at the line ofthe line
Markdown preview:
Ctrl+K V
Zen Mode:
View > Appearance > Toggle Zen Mode
Split view:
View > Editor Layout > Split Up
Edit multiple lines simultaneously: Hold Alt and click to add a cursor in the places you want to type or edit the code.