You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2019. It is now read-only.
While using the JavaScript Next syntax, my code completion would no longer work for any angular objects beginning with '$'. (example: $httpBackend)
I finally deduced the issue to the fact that JavaScript Next syntax was set instead of JavaScript. If I change back to just JavaScript they work fine. I added an entry to my Sublime user settings for "word_separators" and removed the '$' from the list of separators. Doing this allows me to still use the JavaScript Next syntax and the code completions are working again for items beginning with '$'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While using the JavaScript Next syntax, my code completion would no longer work for any angular objects beginning with '$'. (example: $httpBackend)
I finally deduced the issue to the fact that JavaScript Next syntax was set instead of JavaScript. If I change back to just JavaScript they work fine. I added an entry to my Sublime user settings for "word_separators" and removed the '$' from the list of separators. Doing this allows me to still use the JavaScript Next syntax and the code completions are working again for items beginning with '$'
The text was updated successfully, but these errors were encountered: