VSCode extensions
- Docker for containerized applications (to be deployed on clusters)
- Github Copilot as an AI pair programmer
- Gitlens to supercharge git: see who did what and when in-line
- isort to automatically organize python imports
- markdownlint for markdown files
- Micromamba for conda/mamba environment management
- Path Intellisense to autocomplete filenames
- Pylance for python basics
- Python for python basics
- Remote SSH for remote development with SSH
- Tabnine AI Autocomplete as an AI pair programmer
- Vim for emulating vim in VSCode