Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fzf wrap for GoImplements #3319

Open
kerma opened this issue Nov 3, 2021 · 1 comment
Open

fzf wrap for GoImplements #3319

kerma opened this issue Nov 3, 2021 · 1 comment

Comments

@kerma
Copy link

kerma commented Nov 3, 2021

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 added a commit to kerma/vim-go that referenced this issue Nov 5, 2021
kerma added a commit to kerma/vim-go that referenced this issue Nov 5, 2021
kerma added a commit to kerma/vim-go that referenced this issue Nov 7, 2021
@zouchao
Copy link

zouchao commented Apr 25, 2022

Hope :GoCallers will support it too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants