Skip to content

Goto Definition not working on method receivers #591

@ypapax

Description

@ypapax

Goto Definition works on usual methods like
someFunc()

func someFunc(){
}

but don't work on method receiver:
someStruct.someOtherFunc()

where someOtherFunc is defined

func (someStruct SomeStruct) someOtherFunc() {
}

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