zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
39.33k stars 2.04k forks source link

Telescope-style search box #8279

Open SalamanderXing opened 4 months ago

SalamanderXing commented 4 months ago

Check for existing issues

Describe the feature

In (neo)vim I'm able to search for file names and contents using telescope. This has the following advantages:

If applicable, add mockups / screenshots to help present your vision of the feature

Screenshot 2024-02-23 at 15 57 27
ryanwinchester commented 2 months ago

It's the main thing I'll miss from neovim

https://github.com/zed-industries/zed/assets/2897340/f0bb89f5-43eb-4e1e-9c1b-dd8214aec952

ryanwinchester commented 2 months ago

And the grep version

https://github.com/zed-industries/zed/assets/2897340/bfe1e504-13f2-46ba-bea0-4df3d67d6fb5

NachoNievaG commented 2 months ago

Agree completely. Also, the live grep requires ripgrep (rust based) as a dependency, which using it in Zed sounds suitable. (talking as an outsider regarding integrations tho)

lungarella-raffaele commented 3 weeks ago

Would be the feature that makes me move from vs-code

martincartledge commented 1 week ago

Please make this happen!

joachimhorshauge commented 4 days ago

This would be amazing