dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

Need instruction on compiling and running Dart programs #1175

Open RobertBrown3 opened 5 years ago

RobertBrown3 commented 5 years ago

The Dart plugin for Atom has good instructions on how to get the plugin, how to install it, and how to edit .dart files.

It does not tell new users how to run compile and debug Dart files. If it does not have that functionality, at the very least it should tell whether or not there is another plugin for doing so.

According to the Dart site, Atom is an "IDE" that uses this plugin for Dart development. If there is no way to run Dart scripts using this plugin (as in: the plugin is actually just a nice editor) users (and the Dart people) should be advised of that fact.