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.56k stars 2.9k forks source link

Add git blame in project-wide search results #19037

Open christiangnrd opened 1 week ago

christiangnrd commented 1 week ago

Check for existing issues

Describe the feature

When doing a project-wide text search, if I want to know who made a change in my search result, I have to open the file. I think it would be a more consisted experience if the blame features (it least the inline view) were available in search too.

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

Current search view without git blame annotation:

Screenshot 2024-10-10 at 15 59 34

Current file view that has the git blame annotation desired:

Screenshot 2024-10-10 at 15 59 44
JosephTLyons commented 1 week ago

This might be a fun side quest, when time permits: cc: @mrnugget