I am using the Anaconda package for Sublime Text. Everything is working perfectly, I love it. In truth, it works a bit too well, especially the auto_complete.
The auto_complete being zealous
Every time I write a colon (:) after a statement needing one (def, if, for, class, ...), it shows me an auto-complete list which I cannot avoid. Each and every time, I have to write a blank and erase it to be able to use the Enter key and go to the next line.
If I write a colon where it is not needed, it will not open the auto_complete list. If I turn off the auto_complete, it stops it from happening, but it is not ideal since I like the auto_complete in general.
I know how to add triggers for the auto_complete. Is there a way to remove a specific trigger (here the colon (:))?
In case others have the same trouble. I found an answer here : https://github.com/DamnWidget/anaconda/issues/891.
Like MattDMo said, it is a bug. The proposed temporary workaround is a post from ZitCode (see the link above for the source) :