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

2015-Feb-03 Performance Improvements #16

Closed jmatthiesen closed 9 years ago

jmatthiesen commented 9 years ago

Added some performance improvements to avoid getting into timeout states where the JS editor produces a partial completion list.

Minor refactor to tests:

jmbledsoe commented 9 years ago

This looks good. Thanks for taking the initiative to add this feature.