- select a column / rectangle
- click once on the top position
- alt + shift + keep left click mouse to select a colum
- Open the Command Palette:
- Press `cmd+shift+P` (on Mac) or `Ctrl+Shift+P` (on Windows/Linux)
- "Chat: Open chat": to get copilot right panel
- "View: Toggle Terminal" (show console at the screen bottom)
- cmd + shift + V: display a readme.md
- cmd + shift + F: find on the overall project
- cmd + shift + E: show where the file is in the folder tree
- disable autocompletion in txt files
- ~/Library/Application Support/Code/User/settings.json
"[plaintext]": {
"editor.suggest.showSnippets": false,
"editor.suggest.showWords": false,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.acceptSuggestionOnEnter": "off"
}
- extensions
- theme: darkula
- GitLens
- ESLint: corrections
- Prettier
- keys on Mac while editing
- ctrl + - go back to previous location