VSCode - editor
- 2018 - 2021 - Best editor so far, works great on Linux/Ubuntu
2022 VsCode on Apple mac
Command Pallet: > shell command 'Install "code" command in PATH'
Plugins that are useful
Peacock -> Ctrl+Shift+P Peacock change terminal border color
- VIM - Vim emulator
- re-bind ctrl-f to vscode find, add the string to user config.json
"vim.handleKeys": { "<C-f>": false }
- re-bind ctrl-f to vscode find, add the string to user config.json
- Kubernetes
- Python
- Remove - WSL - Open folders form Windows Subsystem for Linux\
- indent-rainbow
gitlens gitgraph
- Remote - WSL (Microsoft)
- tab9 code completion
- mermaid markdown diagrams
- Terraform - language support
VsCode settings
- Git: "Pull Before Checkout"
Notes
...