Visual Studio Code (original) (raw)
To develop Dart apps, install Visual Studio Code (VS Code) and add the Dart extension.
Install VS Code
To install the latest version of VS Code, follow Microsoft's instructions for the relevant platform:
Install the VS Code Dart extension
The Dart extension for VS Code supports Dart-specific development capabilities. These include syntax highlighting, package resolution, hot reload, and others.
- Launch VS Code.
- Click Extensions in the Activity Bar.
You can also press Control / Command + Shift + X. - In the Search box, type
Dart
. The first extension returned should be the Dart extension. - Click Install.
To review the full list of features, consult the extension documentation.
Was this page's content helpful?
Thank you for your feedback! Please let us know what we can do to improve.
Unless stated otherwise, the documentation on this site reflects Dart 3.8.1. Page last updated on 2024-07-09. View source or report an issue.