-
-
Notifications
You must be signed in to change notification settings - Fork 154
Vim - Use fzf to show the result of "find references" #830
Copy link
Copy link
Closed
Labels
Description
This is a proposal to use fzf to show the result of the \find references` action.
Right now the quickfix is used and I don't find it very practical.
It's a great tool to achieve something on multiple buffers at once but it's not easy to navigate in.
So I was wondering what others might thing about that?
My idea so far is to use fzf to show the list of references, taking advantage of the preview feature to be able to see the references easly and select only those we choose.
I want to try to add a shortcut which will allow to populate the quickfix with the selection so we can still take advantage of it and be able to filter it.
Reactions are currently unavailable