Visual Studio Code
https://code.visualstudio.com/
Visual Studio Code (vaak afgekort tot VS Code) is een gratis en open-source broncode-editor ontwikkeld door Microsoft. Hoewel het "Visual Studio" in de naam heeft, is het een compleet ander product dan de traditionele, zwaardere Visual Studio IDE.

Installeren
Windows
- Open Uitvoeren met + R
- Voer het volgende commando uit:
winget install -e --id Microsoft.VisualStudioCode
macOS
- Open Terminal
- Voer het volgende commando uit:
brew install --cask visual-studio-code
Linux/ChromeOS
- Open Terminal
- Voer het volgende commando uit:
flatpak install flathub com.visualstudio.code