vscode-sass-lint icon indicating copy to clipboard operation
vscode-sass-lint copied to clipboard

Enhancement: More sync with Atom version

Open mbulfair opened this issue 7 years ago • 2 comments

This is not a bug, a lot of people have been dropping atom for VS code, and linting is a huge part of that. The one gripe is that errors aren't as easily visible, if you don't have the problems tab opened. And the tiny red line isn't enough.

This has a great example SCSS Lint Version where it highlights the offending area in red.

The second is, in ATOM, you can click on the rule and it would take you to documentation, is that a future enhancement?

Otherwise no other major issues.

mbulfair avatar Apr 13 '17 17:04 mbulfair

Hi Matthew,

You can follow this issue for updates regarding the styling of diagnostic errors. I don't think that there is anything that I can do to control these styles. The extension that you mention doesn't seem to use the same APIs as those used by the tslint or eslint extensions (as well as this one).

Regarding the 2nd issue, if I'm not mistaken, this also requires support in VS Code itself. See this issue for more information.

glen-84 avatar Apr 14 '17 17:04 glen-84

See https://github.com/Microsoft/vscode/pull/27053.

glen-84 avatar May 27 '17 08:05 glen-84