Skip to content
On this page

Visual Studio Code

VSCode

Visual Studio Code is a source-code editor developed by Microsoft for Windows, Linux and macOS. It includes support for debugging, embedded Git control and GitHub, syntax highlighting, intelligent code completion, snippets, and code refactoring.

Intallation

bash
brew cask install visual-studio-code

# Insiders version
brew cask install visual-studio-code-insiders

Configuration

json
"telemetry.enableTelemetry": false
"telemetry.enableCrashReporter": false

Plugins

Themes

Tools

Languages

DevOps

Code spelling