8000 methods completion · Issue #602 · microsoft/vscode-python · GitHub
[go: up one dir, main page]

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

      0