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

Intellisense support for Angularjs 1.4.5 #30

Open shyamal890 opened 9 years ago

shyamal890 commented 9 years ago

Can you please add support for Angularjs 1.4.5 ?

jmbledsoe commented 9 years ago

This is definitely a need, but unfortunately is not a high priority for me right now. If you experiment with the debug logging and can determine where Intellisense is breaking down, please leave your notes. Or better yet, create a pull request with a fix and I will incorporate it.

warrendodsworth commented 9 years ago

That would be great. Will try that. +1

daviatorstorm commented 8 years ago

Is there any way to debug angular.intellisense.js?

jmbledsoe commented 8 years ago

There is not a way to do debugging proper, but you can enable logging. Try adding the following to the top of the JavaScript file you hope to get Intellisense for.

_$AngularJS_VisualStudio_Intellisense.setLogLevelVerbose();

daviatorstorm commented 8 years ago

I'll try thnx. I am using angular.intelisense.js working on angular projects and still have some problems with intellisense. I would like to help but i have no idea for now how to help you )