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

The ordering of three slash references #5

Closed epicbugs closed 10 years ago

epicbugs commented 10 years ago

Thanks for this awesome extension!

But I do have a small request - please do mention under the "Usage" section of its github page that "_intellisense.js" reference should come after all the other references, otherwise it will fail to function as intended. I nearly opened an issue about it, but received a flash of intuition at the last moment and managed to get the thing working as it should. Hope this helps someone in the future.

jmbledsoe commented 10 years ago

Thanks for pointing this out. I've updated the readme.

VeldMuijz commented 9 years ago

Almost lost it until I came accross this comment. In the Usage chapter it doesn't say that you have to reference it in the index.html file. This was the only way to get it working in Visual Studio 2015 RC version