SublimeCodeIntel python lang snippets are annoying under ST4 · Issue #712 · SublimeCodeIntel/SublimeCodeIntel · GitHub
Skip to content

SublimeCodeIntel python lang snippets are annoying under ST4 #712

Description

@anentropic

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions