Common Plugins#
Sync with Microsoft account
- Python
- Pylance
- Improve VSC's support for Python, including syntax sugar, etc.
- Vetur
- Recognize Vue projects and syntax sugar
- Bio Dark
- Theme
- Monokai pro
- Icon pack
- gielens
- Visualize git
- indent-rainbow
- Colored blocks for code indentation
Common Shortcuts#
- Open and close sidebar
- Command + B
- Select word
- Command + D
- Select current line
- Command + L
- Delete current line
- Command + shift + k
- Move line
- Option + Up/Down
- Format code
- Shift + Option + F
- Fold code
- Command + Option + [
- Expand code
- Command + Option + ]