Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

update dartanalyzer.vim to use darts analysis server #1421

Open
jevonearth opened this issue May 19, 2015 · 1 comment
Open

update dartanalyzer.vim to use darts analysis server #1421

jevonearth opened this issue May 19, 2015 · 1 comment

Comments

@jevonearth
Copy link

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.

@lcd047
Copy link
Collaborator

lcd047 commented May 19, 2015

Sure, working pull requests are welcome.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants