Skip to content
guillermooo edited this page Oct 3, 2014 · 2 revisions

Getting Started

Configuring Your PATH

Build tasks work through the built-in build system facilities in Sublime Text. Because of the way these facilities work, you will need to put the Dart SDK's bin directory on your $PATH.

Activating the Dart Build System

Sublime Text will activate the Dart build system automatically if you have set build system discovery to Automatic. This can be configured from the Sublime Text main menu: Tools → Build System → Automatic.

Alternatively, you can manually change the current build system from the main menu: Tools → Build System → Dart

Using Build Tasks

There is no default build task. You can find all available tasks using the command palette and searching for 'Build: Dart: '.

See the Keyboard Shortcuts topic for more information.

Clone this wiki locally