Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

Improve autocompletion latency #671

Description

@MichaelRFairhurst

I've noticed a big cause of latency is giant directive lists:

directives: [
  OMEGA_LIST_OF_ZILLIONS_OF_DIRECTIVES,
  ...
],
  template: "<one-directive-from-list>...

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions