Skip to content

Go to definition for dataclass/TypedDict/NamedTuple fields #3207

@Viicos

Description

@Viicos

e.g.

from typing import TypedDict


class TD(TypedDict):
    f: int
    ^
    |- goto here


TD(f<CURSOR>=1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    serverRelated to the LSP server

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions