Last updated
Last updated
To install the latest version, use Homebrew:
Launch VS Code from the .
After that, you can launch VS Code from your terminal:
code .
will open VS Code in the current directory
code myfile.txt
will open myfile.txt
in VS Code
- Python code highlighting
To enable auto-formatting on "Save", i.e. ⌘ + S
, configure the following:
Change the default formatter to Black
instead of Autopep8
. Critical to avoid large diffs. Go to Preferences -> User Settings and update the setting python.formatter.provider
to Black
Enable Format on Save
Setting: Editor: Format On Save setting on Code -> Preferences -> Settings
- Useful to check JavaScript errors and helps in auto-formatting the code
- JavaScript code formatter
- Read Markdown files in VSCode
- Supercharge the Git capabilities built into VSCode
- Create, manage, and debug images from within VSCode
- Infers types from sample JSON data, then outputs strongly typed models and serializers for working with that data in your desired programming language
- Launches a local development server with live reloading for both static and dynamic
- Adds unique icons to distinguish different file extensions (easier to glance through your directories)
Visual Studio Code is a lightweight code editor with support for many programming languages through extensions