jmbledsoe / angularjs-visualstudio-intellisense

Visual Studio extension providing statement completion for injected AngularJS components in JavaScript files.
MIT License
110 stars 22 forks source link

Updates for performance, cleanup, VS2015 feature work #19

Closed jmatthiesen closed 9 years ago

jmatthiesen commented 9 years ago

There are a couple changes in here for perf: 1) A micro-optimization to get rid of an extra loop within trackModule 2) Adding another call to intellisense.progress() at a key point where IntelliSense was timing out

Then some minor changes 1) Some re-formatting from VS, which I was fine with 2) Split out one test about an implicit ng module, to isolated it from other tests.