vscode-error-lens icon indicating copy to clipboard operation
vscode-error-lens copied to clipboard

VSCode extension that enhances display of errors and warnings.

Results 37 vscode-error-lens issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm seeing inline messages appear in a file as I type, even when "On Save" is enabled and I haven't yet saved. I've reproduced the issue in both C# and...

![image](https://github.com/usernamehw/vscode-error-lens/assets/12502988/6bc5b346-53a3-4eb9-9186-655f2755d22a) ```json "editor.fontFamily": "'Material Design Icons', 'JetBrainsMono Nerd Font'", "errorLens.delayMode": "debounce", "errorLens.enabledDiagnosticLevels": [ "error", "warning" ], "errorLens.enabledInMergeConflict": false, "errorLens.margin": "4ch", "errorLens.onSaveTimeout": 200, "errorLens.removeLinebreaks": false, ``` ### VS Code ``` Version:...

Try finding a space to fit as much text as possible (Tetris). Whether it's a very long single line problem, or a multiline problem => find the best empty box...

feature-request

Type: Performance Issue Errors are shown inline while coding and in problems terminal too but it is disabled by clicking on a💡icon shown with the inline error and i'm unable...

It would be great to wrap the text decoration somehow so scrolling isn't required to read a longer error.

upstream

While the delay setting keeps the previously entered value, the actual delay is 0ms when used alongside the [Quokka](https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-vscode) extension.

I'm loving this extension, it gives me such a good overview of all types of issues in my repos, however, i would love to be able to have a gutter...

feature-request

I'm finding that Error Lens really improves my workflow with its ability to display messages on save. That way I can wait until I've finished writing a line or block...

feature-request

Hello! I love this extension, however it continually bothers me that sometimes the text that Error Lens provides is cut off if the text extends past the end of the...

upstream

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](https://git.sr.ht/~whynothugo/lsp_lines.nvim/blob/main/screenshot.png)

upstream