dart-sublime-bundle
dart-sublime-bundle copied to clipboard
Sublime Text 3 Dart Package
It would be nice if the dart analysis server were to only start when a dart file has been opened and to stop when all dart files have been closed....
Hi there, how can we set command line args to be passed to server apps when running with F7 or Ctrl-F7? Am I missing something in the docs?
And also add `DateTime` to the syntax highlighting.
After running a file, the associated process can be killed via ctrl-keypad0. However if you start the instance twice, only the last instance will be killed. This works fine for...
I didn't see anything in the wiki about this, but when I try to build the project it fails with an error: `Could not find a file named "pubspec.yaml" in...
Rename TM_COMMENT_BLOCK_START to TM_COMMENT_START_2 in accordance with ST's comment definition syntax: http://docs.sublimetext.info/en/latest/reference/comments.html. Fixes #486.
I came across this issue while troubleshooting [an issue in the Wrap Plus](https://github.com/ehuss/Sublime-Wrap-Plus/issues/22) bundle for ST3. The "dartdoc" style comment `///` is named `TM_COMMENT_BLOCK_START`, which doesn't fit [the ST3 convention](http://sublime-text-unofficial-documentation.readthedocs.org/en/latest/reference/comments.html#shellvariables-subelements)....
Dart has nested comments, but the syntax highlighter doesn't recognize them. For example: ``` dart /* /* Comment /* nested comment */ */ //
Hi, I've installed Chocolatey and Dart but there seems to be a problem installing the packages. When I paste the code from packagecrontrol.io into the sublime text console, after restarting...
This addresses issue #493. And it works for me, as long as the dart_dsk_path is set correctly.