6 ms·
> 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
by anton-107 10y 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
- chillydawg 10y agoYeah, still missing. Just tried it.
- ekiru 10y agoThis 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 https://godoc.org/golang.org/x/tools/cmd/guru ).