You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
I've got duplicate items suggested by Sublime Text since I've installed this plugin.
Is there a way not to have duplicate items?
The text was updated successfully, but these errors were encountered: