Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

youcompleteme GoToDefinition command for golang

I've installed YouCompleteMe for my vim, alongside vim-go and gocode, I think I've done every step right but there's no GoToDefinition command in vim.

GoDef works great, but can ycm goto commands be made available for golang?

like image 732
timfeirg Avatar asked Sep 18 '25 13:09

timfeirg


1 Answers

I haven't been reading the docs carefully, it's :YcmCompleter GoTo

like image 116
timfeirg Avatar answered Sep 21 '25 07:09

timfeirg