Skip to content

methods completion #602

@Cologler

Description

@Cologler

For example, when I pick the __eq__ from suggests:

picpick-20180120-034239-001

The code will become:

class F:
    def __eq__

Is possible to let it become:

class F:
    def __eq__(self, other):
          <- cursor here

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions