SublimeCodeIntel icon indicating copy to clipboard operation
SublimeCodeIntel copied to clipboard

SublimeCodeIntel python lang snippets are annoying under ST4

Open anentropic opened this issue 4 years ago • 1 comments

I just upgraded to ST4...

the snippets for Python lang are now annoying because of the way they trigger while typing

e.g. attempting to type a class def like:

class WTF:
    attr = 1

what happens is that as soon as I type the colon after WTF, the autocomplete pops up, and then hitting enter selects the first option.

So the code I end up with is:

class WTF:__init__

…with my cursor positioned after the t in “init”

Screenshot 2021-05-27 at 11 11 39

I believe these come from SublimeCodeIntel as disabling the package stops this snippets autocomplete from popping up, and I don't have any other Python-lang-specific packages installed (and apparently they are not coming from ST4 itself)

anentropic avatar May 28 '21 12:05 anentropic

I removed it.

devleaks avatar Aug 10 '21 06:08 devleaks