Open rkpatel33 opened 1 year ago
I'm not sure what this means, it sounds like you're describing "search text", that is, Ctrl+F so clearly I must be misunderstanding something :) Do you have a reference that shows me what the feature is about? I tried searching but all the search terms are quite generic so if you can pass me a link I'd be sure we're talking about the same thing. Thanks!
You are right, ctrl-f will do this, but the benefit is of this is you get the list of all hits in a single file, as well as the code preview for each hit.
For example, here is Neovim FZF's "buffer search", which is what I am talking about. It's a nice UX.
Ah I see, thanks for the explanation! I don't have a ton of time to work on the extension right now, but I'm going to leave this ticket open as a nice to have and might be able to give this a try later. Thanks for the suggestion!
I second this, fantastic extension, I would love to have fzf in the current active file too, I was surprised to find out it wasn't already possible :)
If I have some time I will make an attempt at making the adjustment in a PR.
This feature would be awesome 😄
I wondering if this was considered and not implemented for any reason? It would be a nice addition and make this have the same features as the FZF plugin available for Neovim, which has a buffer search mode.
(Again, this is a game changer for me and making me come back to VsCode from Nvim.)