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
48.06k stars 2.84k forks source link

Batch rename files #17531

Open probablykasper opened 1 month ago

probablykasper commented 1 month ago

Check for existing issues

Describe the feature

I occasionally need to rename a bunch of files, and using the Bach Rename VSCode extension saves me tons of time. Renaming files with multi-cursors and vim motions is incredibly convenient

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

demo

notpeter commented 3 weeks ago

I used to have a dedicated app on Windows would allow renaming a directory of files all at once via a text buffer. With regex search/replace, multicursors this could be really cool.