dart-sublime-bundle
dart-sublime-bundle copied to clipboard
Sublime Text 3 Dart Package
We have to kill observatory + pub serve process we've started. Related #281
Filter out the autocomplete list, etc. when sending requests.
It would be awesome if you could add a config value for line length and then pass that parameter through to dart format!
I get the following error in the console: ``` Dart: Analyzer started. could not start RequestHandler properly could not start ResponseHandler properly could not start StdoutWatcher properly ``` I'm not...
An important function in developing end user applications is ensuring that all pub packages that are dependencies are able to be constantly up to date, if not periodically, then manually....
Investigate alternatives for disabilities like color blindness.
Currently, the syntax def tries too hard to capture function defs. This leads to a complicated syntax def. The goal of this approach was to enable symbol navigation using ST's...