1.0.0
🎉 CodeChecker VSCode plugin
Today we are proud to announce the first official release of CodeChecker VSCode plugin.
🌟 Main features
- Run CodeChecker analysis from the editor and see the results automatically.
- Re-analyze the current file when saved.
- Commands and build tasks for running CodeChecker as part of a build system.
- Browse through the found reports and show the reproduction steps directly in the code.
- Navigate between the reproduction steps.
💻 Trying It Out
- Install CodeChecker version
6.18.2
or later and optionally add it to thePATH
environment variable. - Install CodeChecker extension from the Visual Studio Marketplace, from Open VSX or download manually from Downloads.
- Check the path to CodeChecker and set your preferred command-line arguments - see Configuring CodeChecker for more information.
- Open your project, and run an analysis, or browse through the found reports!
For more information about this release see the milestone.