alienhard / SublimeAllAutocomplete

Extend Sublime autocompletion to find matches in all open files of the current window
917 stars 110 forks source link

How to disable duplicate items? #70

Open kud opened 5 years ago

kud commented 5 years ago

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 commented 4 years ago

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?