You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
Currently,
https://github.com/scrooloose/syntastic/blob/master/syntax_checkers/dart/dartanalyzer.vim
executes the dartanalyzer command. This approach makes writes slow, as the dartanalyzer starts cold on every invocation.
Dart now has an analysis server, that is much faster thanks to caching. The spec is here:
http://htmlpreview.github.io/?https://github.com/dart-lang/bleeding_edge/blob/master/dart/pkg/analysis_server/doc/api.html
This is the same server that all IDEs will eventually use.
The text was updated successfully, but these errors were encountered: