LaurentTreguier / autocomplete-dcd

Atom autocomplete provider for the D programming language using DCD
https://atom.io/packages/autocomplete-dcd
MIT License
4 stars 2 forks source link

Bad performance #2

Closed LaurentTreguier closed 8 years ago

LaurentTreguier commented 8 years ago

When dealing with a lot of completions, the completion gets ridiculously slow and freezes the editor. This probably comes from the agument in the functions completion, each possible set of argument requiring one process creation to query the server and extra work for the plugin.