vim-go icon indicating copy to clipboard operation
vim-go copied to clipboard

fzf wrap for GoImplements

Open kerma opened this issue 2 years ago • 1 comments

What did you do?

I'm trying to quickly navigate in a larger project which has a lot of interfaces and many implementations to them. Usual workflow goes as:

  • Use CTRL-] until I end up on an interface definition
  • Trigger :GoImplements
  • Navigate to locationlist, usually CTRL+w j
  • Navigate to implementation line and open file in new buffer, something like 2j<CR>

What did you expect to happen?

GoImplements opens up a fzf popup window, like GoDecls

What happened instead?

GoImplements can only open location or quickfix window

EDIT: Bonus would be to use GoDef stack as well for this navigation pattern

kerma avatar Nov 03 '21 20:11 kerma

Hope :GoCallers will support it too

zouchao avatar Apr 25 '22 02:04 zouchao