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
47.42k stars 2.76k forks source link

Show errors/warning counts in tree view #5016

Open djc opened 1 year ago

djc commented 1 year ago

Check for existing issues

Describe the feature

In VS Code, I rely a lot on the explorer showing me in which files the compiler has found errors/warnings. Ideally, it would both use colors and a number of errors/warnings to indicate how badly my current state is broken.

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

No response

nilskch commented 5 months ago

I know you are dealing with an enormous amount of requests/Issues and I really appreciate your work! I wanted to ask if this Issue is somewhere on the roadmap? This is something that would make my DX significantly better. I am going all-in on Zed but this is something I miss from VSCode.

djc commented 5 months ago

FWIW, this seemed to be one of the most popular replies in this recent Twitter thread:

https://twitter.com/thorstenball/status/1772196113128272116

qudo-code commented 5 months ago

please add this

solhosty commented 5 months ago

Yes this would be a fantastic add.

ActuallyHappening commented 2 months ago

I would greatly benefit from this feature

sudomaxime commented 2 months ago

Same here, our toolchain creates and modify files automatically, sometimes it's hard to know we have an issue before compile time. I'm absolutely in love with Zed and it's the last remaining feature that would make zed my daily driver !

nikuz commented 2 months ago

Same issue, the only two missing parts for me are the source control tab and this one. I'm fine not having the source control tab any time soon, but not seeing errored files in the tree view and in the opened tabs list doesn't allow me to switch to Zed today.

SomeoneToIgnore commented 2 months ago

If that could help, Zed has an outline view which can be opened for any [multi] buffer.

There's no coloring, but if you open a diagnostics multi buffer it will show all files with errors in a tree:

image
AustinCase commented 1 month ago

If that could help, Zed has an outline view which can be opened for any [multi] buffer.

There's no coloring, but if you open a diagnostics multi buffer it will show all files with errors in a tree: image

This is definitely helpful, but just like a file is yellow if it has a change in it... having it red is immensely helpful. I don't have the screen real-estate to keep this window open -- love Zed, but this is the thing I miss most about vscode

mattrltrent commented 1 week ago

Any update on this? Or even an alpha/beta build we can use to have this feature early?

sarzhann commented 1 week ago

This feature is the only deal-breaker for switching to Zed...

zeyaddeeb commented 3 days ago

Agreed, with large monorepos this is essential.