OmniSharp / omnisharp-brackets

does some brackets stuff
49 stars 20 forks source link

Performance #14

Closed ctolkien closed 9 years ago

ctolkien commented 9 years ago

It takes about 3 seconds to get intellisense to popup after hitting '.' after an instance. This is in a tiny project with two classes. This is a tracking issue whilst I try and dig in and find out what's taking so long.

Firing up the Brackets debugging tools indicates:

[node-info 11:33:23 AM] 01668766 /autocomplete 2230ms

If anyone's got any ideas on how I can profile this thing then I'm all ears :)

Edit: By the way, this is a vnext project.

ctolkien commented 9 years ago

Fixed it!

Deleted everything out of %home%/kpm/packages, then restored them and restarted brackets. Autocomplete is now in ~30ms.

mat-mcloughlin commented 9 years ago

Thanks for highlighting it though. Anything else comes up let me know and I'll help you profile it