Search code examples
angularjssublimetext3code-hinting

sublime text 3 js code completion not working after installing angularJS


I just installed angularJS package control after following the link http://weblogs.asp.net/dwahlin/using-the-angularjs-package-for-sublime-text, this enabled me to get the angular code hints but it messed up my default code hinting feature in sublime-text 3. In the attached image, I have this function decrementCountdown defined, when I try to use it - it does not show up in the code completion hints, the only things I see is the AngularJS methods.

enter image description here

Could someone please help me? thanks


Solution

  • Try disabling AngularJS javascript Autocompletion as can be seen in the issue on their Github Page.

    Sublime 3 javascript Autocompletion not working properly