FixedBit / lslint-for-vscode

LSLint support for Microsoft Visual Studio Code
GNU General Public License v3.0
6 stars 1 forks source link

Want to use problem view #1

Open night-herons opened 3 years ago

night-herons commented 3 years ago

Currently, the result of lslint is displayed in a pop-up in the lower right, but I would like to display this in the problem view. I think it's a little inconvenient that you can't click to the corresponding line.

After investigating, I realized that it would be better to use the Diagnostic Collection. Although it is a Japanese article, it seems that it can be output to the problem view by doing this. https://blog.bonprosoft.com/1578/

FixedBit commented 3 years ago

Currently, the result of lslint is displayed in a pop-up in the lower right, but I would like to display this in the problem view. I think it's a little inconvenient that you can't click to the corresponding line.

After investigating, I realized that it would be better to use the Diagnostic Collection. Although it is a Japanese article, it seems that it can be output to the problem view by doing this. https://blog.bonprosoft.com/1578/

That does look pretty good! I will check into it later for sure. Thanks!