1

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

Community
  • 1
  • 1
Wild Widow
  • 2,359
  • 3
  • 22
  • 34

1 Answers1

2

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

Sublime 3 javascript Autocompletion not working properly

phoenisx
  • 1,507
  • 17
  • 28