-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
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
kerma
added a commit
to kerma/vim-go
that referenced
this issue
Nov 7, 2021
Hope |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
CTRL-]
until I end up on an interface definitionCTRL+w j
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
The text was updated successfully, but these errors were encountered: