IntelliJ IDEA: Jump from interface to implementing method in Go -


is there shortcut allow me after creating method in interface, select , jump implementation of method or give me list of implementations.

i looking when cmd+click , usage of interface method.

view after cmd+click

but instead of usage of method need short cut implementation. have copy method name , search in project, not feels efficient way.

i using intellij idea (community edition) 2016.2.2 eap go plugin version: 0.12.1724.

i have tried cmd+alt+b getting no implementation found

no, such shortcut doesn't exist.

you can use "find usage" determine specific interface method used, if want see concrete implementations current way search entire project method name.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -