volgar1x / vim-gocode

A Go bundle for Vundle or Pathogen
238 stars 34 forks source link

Go to definition #5

Closed satyrius closed 10 years ago

satyrius commented 10 years ago

Question.

Does you plugin has "go to func/type definition" feature? It seems that it not a proplem, because you have packages exploring with gocode.

volgar1x commented 10 years ago

I have not implemented this kind of feature and I won't since I'm not skilled enough. Personally, I'm using https://github.com/dgryski/vim-godef which works great. I'm also using https://github.com/majutsushi/tagbar with https://github.com/jstemmer/gotags

satyrius commented 10 years ago

Thanks vim-godef is very nice =^_^=