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

Follow Cursor activeWord instead of activeLine

Open EHMilon opened this issue 1 year ago • 0 comments

image

In this image I got tow error in my code, first one is warning and second one is code error. Status bar error message shows only warning error. I think it would be good that when I clicked in error Squiggle word, it will show my code error message. And when I clicked in my warning Squiggle word it will show my code warning massage.

Second thing, Code error priority is higher than warning. So when follow cursor set on active line, error message need to get top priority instead of warning, info, hint etc.

EHMilon avatar Dec 24 '23 23:12 EHMilon