MituuZ / fuzzier

IntelliJ file finder plugin inspired by Telescope (designed for ideavim)
MIT License
13 stars 4 forks source link

Feature: Search text everywhere #65

Open npduykhoa opened 3 months ago

npduykhoa commented 3 months ago

Hi @MituuZ

First of all, I would like to thank you for creating a wonderful plugin inspired by telescope.nvim.

I would like to request that you add the "search text everywhere" feature in addition to the "search file" feature. This is because it is a feature that I often use when using telescope on neovim.

Thank you for reading my suggestion.

Attach image: mode search text using telescope.nvim CleanShot 2024-06-06 at 13 02 18@2x

MituuZ commented 3 months ago

Hey @npduykhoa !

Glad you've liked it

You can check out previous discussion on this topic here #46 .

But the short and sweet is that Piotr is looking into creating a new plugin that would use ripgrep to provide a string search with a similar feeling by reusing some of the fuzzier code.

ripgrep seems to be the best way to do this, but I wouldn't be totally sold on adding an external dependency to a plugin that doesn't necessarily need it.

Lets see how it goes, I don't think this discussion is over yet