We already do that in lsp-treemacs but it would be nice if we have an overview of the errors in the modeline which is visible all of the time.

Here it is what vscode has (by default it lists the errors/warnings/info for all projects in the workspace)

Isn't this what flymake/flycheck do already?
@dangom AFAIK they display the information only for the current buffer since they do not have the notion of what project is. Also none of them can list the errors for files that are not opened.
Most helpful comment
@dangom AFAIK they display the information only for the current buffer since they do not have the notion of what project is. Also none of them can list the errors for files that are not opened.