usernamehw / vscode-error-lens

VSCode extension that enhances display of errors and warnings.
https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens
MIT License
602 stars 32 forks source link

multi-line errors a la lsp_lines.nvim #132

Open cmoog opened 2 years ago

cmoog commented 2 years ago

Does anyone know if this is possible in vscode? If so, it might make sense to build this as opt-in into error lens.

https://git.sr.ht/~whynothugo/lsp_lines.nvim

img

relliv commented 2 years ago

Awesome idea. I am waiting too.

GitMensch commented 2 years ago

Just to clarify: is this about "show multiple errors in the same line" or "better show mutli-line errors"? The later would be a duplicate of #47, no?

cmoog commented 2 years ago

Just to clarify: is this about "show multiple errors in the same line" or "better show mutli-line errors"? The later would be a duplicate of #47, no?

The former. It's also really nice that each error is "pointing" precisely at the span responsible.