cqframework / atom_cql_support

Apache License 2.0
4 stars 3 forks source link

Performance crawls when dealing with large files #35

Closed brynrhodes closed 3 years ago

brynrhodes commented 3 years ago

The current support re-translates on every keystroke, this is usually fine, but with large files it's quite impactful. Consider delaying start of translation so that multiple keystrokes do not result in multiple translations, only the last one does.

JPercival commented 3 years ago

Resolved with cql-language-server 1.5.2