Open shyamal890 opened 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.
That would be great. Will try that. +1
Is there any way to debug angular.intellisense.js?
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();
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 )
Can you please add support for Angularjs 1.4.5 ?