dart-sublime-bundle icon indicating copy to clipboard operation
dart-sublime-bundle copied to clipboard

Sublime Text 3 Dart Package

Results 66 dart-sublime-bundle issues
Sort by recently updated
recently updated
newest added

Not really a issue, but in some cases I want to add the --minify flag to my dart2js command.

type:FR
area:SDK

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); } ```

type:FR
area:Syntax

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.

type:FR

Is it possible to extract documentation from files on-demand? That'd be useful.

type:FR

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.

type:FR