Hacker News new | ask | show | jobs
by anton-107 3472 days ago
> jump to implementations

not a trivial thing to implement for Go though. Last time I checked the Go plugin for Intellij was missing this functionality

2 comments

This is indeed trivial to implement for Go in the sense of "implement" which allows for just calling out to guru ( https://godoc.org/golang.org/x/tools/cmd/guru ).
Yeah, still missing. Just tried it.