IntelliJ IDEA supports developing and running Dart source code. IntelliJ IDEA recognizes *.dart files, and allows you to edit them providing full range of coding assistance. Dart files are marked with the icon_dart.png icon.

To run and debug your code you will need it translated into JavaScript, which requires a transpiler.

In this section:

Preparing for Dart development
  1. Download the Dart SDK.
  2. Make sure the Dart plugin is installed and enabled.

    The plugin is not bundled with IntelliJ IDEA, but it is available from the JetBrains plugin repository. Once enabled, the plugin is available at the IDE level, that is, you can use it in all your IntelliJ IDEA projects.

  3. Configure the Dart SDK in IntelliJ IDEA.

Coding assistance

With the Dart development support is enabled, IntelliJ IDEA provides full coding assistance which involves:

See Also

Language and Framework-Specific Guidelines:

Reference:

External Links:

Web Resources: