Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

AngularJS-Sublime took over all autocompletions? #69

Open
gkatsanos opened this issue Sep 20, 2014 · 17 comments
Open

AngularJS-Sublime took over all autocompletions? #69

gkatsanos opened this issue Sep 20, 2014 · 17 comments

Comments

@gkatsanos
Copy link

Is this possible? (I created a custom sublime-completions file for HTML entities for example and & doesn't trigger them even though I removed it from the word separators characters, also SublimeCODEIntel doesn't work, Emmet..)
How can we remedy that situation?
Many thanks

@gkatsanos
Copy link
Author

Anyone? This is quite blocking guys..

@subhaze
Copy link
Contributor

subhaze commented Sep 30, 2014

I've not experienced any issues with this plug-in taking over autocompletions. Are there any settings you've added that might be causing this?

@gkatsanos
Copy link
Author

Usually when I type in HTML documents I get initially the Sublime Code Intel suggestions, but I think Angular suggestions/completions are taking over. I'll console log maybe and see?

@subhaze
Copy link
Contributor

subhaze commented Oct 3, 2014

That would be helpful, also, giving an exact example of:

  1. What you're typing.
  2. What is output.
  3. What you expected.

@josip
Copy link

josip commented Dec 12, 2014

Same here, I have installed the plugin (no extra config) and all of it's autocompletion is working fine but I don't get "local" auto-suggest thingy anymore, ex:

screen shot 2014-12-12 at 14 10 42

Sublime Text would usually autosuggest navigationWarningMessage at this position. Pressing Control+Space says 'No available completion'. This blows big time.

With all completions disabled:

screen shot 2014-12-12 at 14 16 00

@kmkr
Copy link

kmkr commented Feb 11, 2015

I'm having the same symptoms. ST3 build 3065. Have to disable completions in this plugin to enable the other autocompletions.

@subhaze
Copy link
Contributor

subhaze commented Feb 17, 2015

There's no flags passed back to ST to block other completions and I normally have Tern.js running so haven't noticed this. I'll have to dig more into this...

@subhaze
Copy link
Contributor

subhaze commented Feb 17, 2015

I've had sometime to address some other issues, however, this one I'm still not able to replicate. I've turned tern_for_sublime off so I'm just relying on this plugin for completions and get the plugin completions when relevant and ST's normal completions. I'm wondering if there's some other plugin clashing with this one...

I'm always running the latest dev build of ST on OS X, build 3070 currently.

screenshot 2015-02-17 15 08 45

@lamogura
Copy link

lamogura commented Jun 1, 2015

@subhaze I'm using latest 3080 build and tried the code as you showed because I am having the same issue. If I "Disable JS Completions" in the package settings then it goes back to working, but otherwise is blocking local file variable names from auto complete. In case it is useful, here are my installed packages:

    "Alignment",
    "AngularJS",
    "Babel",
    "Better CoffeeScript",
    "BracketHighlighter",
    "Emmet",
    "Git",
    "GitGutter",
    "Package Control",
    "Package Syncing",
    "PackageResourceViewer",
    "ScopeHunter",
    "SublimeLinter",
    "SublimeLinter-coffeelint",
    "SublimeLinter-contrib-standard",
    "Theme - Afterglow"

@ghost
Copy link

ghost commented Jun 1, 2015

Same problem. Show Completions includes buffer words, but the autocomplete does not. Perhaps a bug with the AngularJS package, not folding them in even at the lowest priority? I'm going to try Tern, Better Complete, etc. I want to keep the package, but I NEED my defined variables and functions to show.

@ghost
Copy link

ghost commented Jun 1, 2015

I installed TernJS package which appears to be one solution.

@alexilyaev
Copy link

TernJS package helps here, but I think this issue should be fixed.
Having the same issue when working with sublime-jasmine package, not showing local autocompletion until I remove the AngularJS package.

@subhaze
Copy link
Contributor

subhaze commented Jun 22, 2015

I'm thinking this may be an issue with completions that have $ within them... the issue is sporadic with me. I'll try digging through some more, but I've the plugin setup to pass a flag to not hide other completions :/

@ericbiewener
Copy link

I was having the same issue with the JavasciptNext package until disabling this one.

@subhaze
Copy link
Contributor

subhaze commented Aug 12, 2015

Is the project you're working on available on github for me to test on? This definitely appears to be an issue, but I've been unsuccessful replicating it consistently. I've had my completions go out before but restarting sublime resolved it.

Also, is this ST 2 or 3?

@jitendersandhu
Copy link

I am having the same issue here. ST 3 Build 3141. After disabling AngularJS autocomplete, it works fine.
@subhaze - Did you get a chance to look at this. Would be great if we can use both autocompletes. Thanks!

@mmacgibbon
Copy link

Just started noticing this issue myself. About 2 weeks ago. I cant imagine what i did two weeks ago, asit was working previously. Has anyone had any updates on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants