Is there a way to check SonarQube coverage locally in Visual Studio 2022 Professional edition?

Is there a way to check SonarQube coverage locally in Visual Studio 2022 Professional edition?
Now, the only way I can check is pushing it to Github and after creating a PR SonarQube analyses the code coverage through Bamboo builds.
But, I want to check the coverage before I have push it to Github.

Hey there.

You should see if the coverage tool you’re using has an IDE integration – but SonarQube/SonarLint doesn’t offer such a feature.

Colin, thank you the reply. You mean to say, there are no plugins that can integrate with Microsoft Visual Studio to check the SonarQube coverage.
Can you suggest the options available when trying to verify the coverage in development phase?

SonarQube coverage is just test coverage information imported into SonarQube (SonarQube is just reading the reports). So taking that to its logical end, you should check if the coverage tool you use (like dotCover) has a suitable IDE plugin.