Skip to content

"self" from dot "." in python snippet problematic #65

@schivmeister

Description

@schivmeister

When used for eg. with SuperTab for context-based completion, everything is fine except for:

math. == mathself.
math. == mathselfself.

It would be better if the completion here could be context-aware, so for eg. in Python we want "." to expand to "self" only when there is nothing before it, so we could have "something." and not "somethingself."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions