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.
The cost of analyzing each directive's source to "link" them pre completion is really high.
It would be a really good idea to do this lazily.
Importance and severity are both really high because intelliJ (or maybe its the DAS plugin API, I forget) has a maximum timeout and for certain cases we miss that timeout entirely and autocompletion just doesn't even work.
The text was updated successfully, but these errors were encountered:
I've noticed a big cause of latency is giant directive lists:
The cost of analyzing each directive's source to "link" them pre completion is really high.
It would be a really good idea to do this lazily.
Importance and severity are both really high because intelliJ (or maybe its the DAS plugin API, I forget) has a maximum timeout and for certain cases we miss that timeout entirely and autocompletion just doesn't even work.
The text was updated successfully, but these errors were encountered: