Visual Studio Code
Visual Studio Code is a code editor optimized for building and debugging applications.
- Built-in Git interaction: compare diffs, commit and push directly from the interface
- Connect to a remote or containerized environment
- Many publicly-available extensions for code linting, formatting, connecting to additional services, etc.
It can be used to connect remotely to the environment of other tools, for example Jupyter, and work on notebooks from VSCode.
Note
Although sometimes called Code, which may create confusion, it is a separate software from Coder.