VScode SonarQube for IDE: How to get a list of every single issue in VSCode

Is there a way to get a list with all issues in VSCode?
In Eclipse there is the report which shows all issues regardless of being security issues or of severity.
I can find no way to get the same type of view in VSCode, even if bound to SonarQube community server.
Is there a way to do this?

Hey there @mariojjsimoes, welcome to Sonar Community! :wave: :sonar:

As you’ve noticed, there is currently no way to achieve that in VS Code :smiley: For now, you can only see all Security Hotspots for the project from the SECURITY HOTSPOTS view. More details here.

That said, we strive to provide a consistent experience across IDEs, and the “report” feature you are referring to is also under consideration for VS Code. :sparkles:

May I ask, what is your current use case for this feature? Also, if the feature was there, would you prefer to see ALL issues for the folder under the normal PROBLEMS tab or have a dedicated view for SonarQube for IDE (formerly SonarLint) issues?

Thanks again and all the best,
Sophio

Hi Sophio, so recently I’ve been tasked with going trough every single item reported by a project in SonarCube (not just security hotspots). I linked the project, and now what I wanted was to go trough every item (like I can from the report view in Eclipse). Its just hugely more practical than having to either open files one by one or checking from the browser on the SonarQube portal and then manually opening files. I have about 1000 items to review so you can see how impractical it is…

1 Like

Thanks for sharing, I can totally see that :slight_smile:

This has been flagged internally with our product team. Feel free to vote on the roadmap item here as well.

All the best,
Sophio