go-lang-plugin-org / go-lang-idea-plugin

Google Go language IDE built using the IntelliJ Platform
https://plugins.jetbrains.com/plugin/5047
Other
4.56k stars 571 forks source link

Go to Implementation not working #2831

Open kolkov opened 7 years ago

kolkov commented 7 years ago

Your issue description goes here. Please be as detailed as possible

https://github.com/qiangxue/golang-restful-starter-kit https://github.com/qiangxue/golang-restful-starter-kit/issues/7

Or include a screenshot / video of the issue.

zolotov commented 7 years ago

r has type *artistResource, according to artistResource interface r.service is artistService (not ArtistService), so r.service.Get indeed should lead to artistService#Get (https://github.com/qiangxue/golang-restful-starter-kit/blob/master/apis/artist.go#L14)

zolotov commented 7 years ago

btw the screenshot doesn't fit to the description. Is this by an accident or I miss something?

zolotov commented 7 years ago

So, cmd+b works as intended. also see #1766, possibly that's what you really want

kolkov commented 7 years ago

@zolotov Thanks! Let's wait for the realization! It is very sad that there are no plans yet even ... (