Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to disable duplicate items? #70

Open
kud opened this issue Aug 27, 2019 · 1 comment
Open

How to disable duplicate items? #70

kud opened this issue Aug 27, 2019 · 1 comment

Comments

@kud
Copy link

kud commented Aug 27, 2019

I've got duplicate items suggested by Sublime Text since I've installed this plugin.

image

Is there a way not to have duplicate items?

@keegoid
Copy link

keegoid commented Dec 29, 2019

I also had this problem in Markdown files. I found the solution was to disable All Autocomplete for HTML. However, I'm not sure All Autocomplete is working at all now.

{
  "exclude_from_completion": [
       "html"
  ]
}

I also found that disabling the SublimeCodeIntel plugin caused All Autocomplete to stop working completely. Does All Autocomplete depend on SublimeCodeIntel?

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

No branches or pull requests

2 participants