vscode-error-lens
vscode-error-lens copied to clipboard
Feature request: with "On Save" enabled, remove inline messages after editing the line
trafficstars
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 of code before I see if there's any errors in it, rather than while I'm still in the middle of writing it.
However, if there is an error, the message persists until the next time I save the file, even if I've already started editing a line and the message is no longer valid. I'm suggesting then a feature where a message gets removed when the line it's attached to is edited. Of course this wouldn't apply when "On Save" is disabled as the error message will update on the fly as the user types.