dart-sublime-bundle
dart-sublime-bundle copied to clipboard
Sublime Text 3 Dart Package
Not really a issue, but in some cases I want to add the --minify flag to my dart2js command.
The 'this' keyword should be highlighted. Example ``` javascript class Rectangle { num left; num top; num width; num height; Rectangle(this.left, this.top, this.width, this.height); } ```
The Dart Editor lets you browse the standard lib plus any installed packages. I think this is great and maybe the Dart package could do something similar.
Is it possible to extract documentation from files on-demand? That'd be useful.
I don't know whether the pub site has an api for browsing, but it'd be great to be able to browse packages directly from Sublime.