Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

SublimeCodeIntel python lang snippets are annoying under ST4 #712

@anentropic

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)

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