vscode-error-lens
vscode-error-lens copied to clipboard
Follow Cursor activeWord instead of activeLine
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.