Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goto Definition not working on method receivers #591

Closed
ypapax opened this issue Jan 9, 2015 · 3 comments
Closed

Goto Definition not working on method receivers #591

ypapax opened this issue Jan 9, 2015 · 3 comments

Comments

@ypapax
Copy link

ypapax commented Jan 9, 2015

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() {
}
@OneOfOne
Copy link

I can confirm this.

@parkghost
Copy link

+1

@dlclark
Copy link

dlclark commented Apr 6, 2015

This is handled in PR #571

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants