Is there a way to improve linting errors highlight in Visual Studio Code?

Currently eslint/tslint highlighting for issues/errors is super invisible (comparing, for example, to Atom). Its almost impossible to catch the issue - find the small green highlight zone (see screenshot)

VSCode: VSCode截图

Atom: Atom截图


For those who would like a partial solution for this you can actually open up the console in vscode on the PROBLEMS tab to display all errors on across your application grouped by file.

I would prefer the inline visualised approach, but this does resolve this problem more or less.

在这里输入图像描述

To open the PROBLEMS tab, click CMD+Shift+M on Mac.

Not sure about windows.

链接地址: http://www.djcxy.com/p/34974.html

上一篇: 如何链接多个对话框?

下一篇: 有没有办法来改善在Visual Studio代码中突出显示的错误?