Ericsson / CodecheckerVSCodePlugin

VSCode plugin that shows bugs detected by the Clang Static Analyzer and Clang Tidy analyzers using CodeChecker as a backend.
Apache License 2.0
24 stars 7 forks source link

Add `Go to docs` button to sidebar #109

Closed Discookie closed 2 years ago

Discookie commented 2 years ago

The documentation URLs are fetched by running CodeChecker checkers at project load.

image

Discookie commented 2 years ago

Requires #112, as it will change the sidebar logic significantly. I will refactor again once it's merged.