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
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.
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.