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 Jun 20, 2019. It is now read-only.
alexander-doroshko
changed the title
Need to clear Dart Analysis Server cache (.dartServer folder) to make angular_analyzer_plugin work
angular_analyzer_plugin doesn't work until you clear Dart Analysis Server cache (.dartServer folder)
May 30, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
IntelliJ IDEA 2019.1.3 or later + corresponding Dart plugin. Dart SDK 2.3.1.
Steps to reproduce:
analysis_options.yaml
file, restart Analysis Server (or reopen project)Observe that there's a lot of yellow code in HTML templates, AngularDart-specific navigation and completion doesn't work.

Clear Analysis Server caches (i.e. delete .dartServer folder, on Windows it's in
C:\Users\user_name\AppData\Local\.dartServer
)Reopen project, wait a minute after analysis is complete
Now the angular_analyzer_plugin works. Navigation, completion, etc.
The text was updated successfully, but these errors were encountered: