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

Improve fixit experience #145

Open Discookie opened 5 months ago

Discookie commented 5 months ago

Currently clang-tidy reports are displayed as reproduction steps, even though they only consist of a single step, and maybe a fixit.

There should be a button to apply the report's fixit, possibly through the use of CodeChecker. There should also be a button to apply all fixits for a certain report type/source file/etc.