0

I am using Sublime Text 3, and I installed the very useful angularJs package which gives great code completion for both JavaScript and HTML files, and I really don't want to disable it, but it stops the default word completion of Sublime Text.

In Preference->Package Settings->AngularJs I set the disable_default_js_completions option to false in both user and default settings, but it still messes with the word completion.

Found other people with the same issue : https://github.com/angular-ui/AngularJS-sublime-package/issues/69

The only fix seems to be to install a TernJs package for auto-completion to replace the default functionality.

5
  • Your title is supposed to be a full, proper English sentence describing your problem, not a jumble of words and non-words with a question mark at the end. Commented May 17, 2015 at 23:37
  • @QPaysTaxes - good advice. Martin, maybe something went wrong during that angularJs package installation, take a look at these installation instructions from Dan Wahlin's blog: link Commented May 18, 2015 at 1:26
  • 1
    If you have a problem with a plugin, you should file an issue. Commented May 18, 2015 at 13:31
  • Sorry for the bad English guys .. Commented May 18, 2015 at 14:28
  • Posted a community wiki answer to arrive at some answer to this question since no immediate resolution is forthcoming. Commented Jun 1, 2015 at 23:45

1 Answer 1

0

The issue is reported, and you have a temporary solution, i.e., TernJS package installation. I had to install that too in order to see buffer words and such appear in the autocomplete list, it wasn't folding them in even at the lower priority. The completions that show in Show Completions now appear after installing TernJS. I don't think there is a known hotfix, I've contributed to the report, we'll need to wait on a bug fix, or just keep using TernJS. You probably want to install Emmet and Better Completion packages if you haven't already, as well. Between those, AngularJS and TernJS packages, you're pretty covered, minus any specialities you require.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.