adisreyaj / vscode-sonarqube-status

Get the result of the Sonar Qube analysis from your CICD pipeline right inside VSCode.
https://marketplace.visualstudio.com/items?itemName=adisreyaj.sonarqube-status
8 stars 8 forks source link

Can we actually see the bugs in the opened files? #12

Open fergardi opened 3 years ago

fergardi commented 3 years ago

Hello. Nice plugin!

I was wondering if we can see the bugs in the files after syncrhonizing with the sonarqube server. It would be helpful.

Thanks in advance.

adisreyaj commented 2 years ago

@fergardi Sorry for taking this long to reply. Looks like a really nice idea. Will investigate!

Trass3r commented 2 years ago

Is it even supported by their API? Their own SonarLint for VS Code extension does not support fetching the results from the server. You have to run the scanner again locally.