Sublime Forum

Sublime 4 - do not trigger autocompletions when typing `:`

#1

After I updated to Sublime 4, I noticed that auto-completions are triggered at the end of lines that end with :.
For example:

if some-variable: Then every time I end it with :, it pops up autocompletion. I don’t know where if ever I would need to autocomplete at this point. So its kind of annoying to always press esc to cancel it. Is there a way to prevent this?

0 Likes

#2

that’s a problem of https://github.com/SublimeCodeIntel/SublimeCodeIntel/issues/712

How about just use LSP + LSP-pyright, which is superior to this and well-maintained btw. :slight_smile:

0 Likes

#3

Oh right, just noticed myself. Disabling it fix it. Thanks, will try it.

0 Likes