fatih / vim-go

Go development plugin for Vim
https://www.patreon.com/bhcleek
Other
15.96k stars 1.45k forks source link

fzf wrap for GoImplements #3319

Open kerma opened 2 years ago

kerma commented 2 years ago

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:

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

zouchao commented 2 years ago

Hope :GoCallers will support it too