Lsp-mode: [Feature] create modeline indicator for buffer/project/workspace errors statistics

Created on 7 Apr 2019  路  2Comments  路  Source: emacs-lsp/lsp-mode

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.

Selection_123

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

enhancement help wanted

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MaskRay picture MaskRay  路  5Comments

raxod502 picture raxod502  路  4Comments

dennismayr picture dennismayr  路  4Comments

dchneric picture dchneric  路  3Comments

axelson picture axelson  路  4Comments