SublimeAllAutocomplete
SublimeAllAutocomplete copied to clipboard
How to disable duplicate items?
I've got duplicate items suggested by Sublime Text since I've installed this plugin.
Is there a way not to have duplicate items?
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?