Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SublimeCodeIntel python lang snippets are annoying under ST4 #712

Open
anentropic opened this issue May 28, 2021 · 1 comment
Open

SublimeCodeIntel python lang snippets are annoying under ST4 #712

anentropic opened this issue May 28, 2021 · 1 comment

Comments

@anentropic
Copy link

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)

@devleaks
Copy link

I removed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants