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
46.94k stars 2.7k forks source link

Find/replace UI should support newlines #15046

Open injust opened 1 month ago

injust commented 1 month ago

Check for existing issues

Describe the feature

In the find/replace fields, you should be able to:

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

No response

notpeter commented 1 week ago

In regular expression mode you can use \n for newlines. The rest still stands, but thought I'd mention it.