https://github.com/brobeson/vscode-cppcheck
A Visual Studio Code extension to run Cppcheck
https://github.com/brobeson/vscode-cppcheck
cppcheck vscode-extension
Last synced: 2 months ago
JSON representation
A Visual Studio Code extension to run Cppcheck
- Host: GitHub
- URL: https://github.com/brobeson/vscode-cppcheck
- Owner: brobeson
- License: mit
- Created: 2021-11-01T16:51:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T03:07:33.000Z (about 2 years ago)
- Last Synced: 2024-01-15T06:41:14.947Z (about 2 years ago)
- Topics: cppcheck, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/codeowners
Awesome Lists containing this project
README
# Cppcheck for VS Code
This is an extension for Visual Studio Code to run [Cppcheck](https://github.com/danmar/cppcheck) on your project.
[](https://marketplace.visualstudio.com/items?itemName=brobeson.vscode-cppcheck)
[](https://github.com/brobeson/vscode-cppcheck/releases/tag/v0.1.0)
[](https://github.com/brobeson/vscode-cppcheck/actions/workflows/build.yaml)
## Features
- Runs Cppcheck when you save a C++ file.
- Report issues as diagnostics in the Problems panel.
- Check the [user guide](/UserGuide.md) for the [configuration settings](/UserGuide.md#configuration-settings).
## Requirements
You must [install Cppcheck](https://github.com/danmar/cppcheck#packages) and have it available in your `PATH`.
## Known Issues
[](https://github.com/brobeson/vscode-cppcheck/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
[](https://github.com/brobeson/vscode-cppcheck/issues/new?assignees=brobeson&labels=bug&projects=&template=bug.yaml)
[](https://github.com/brobeson/vscode-cppcheck/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement+)
[](https://github.com/brobeson/vscode-cppcheck/issues/new?assignees=brobeson&labels=enhancement&projects=&template=feature.yaml)
[](https://github.com/users/brobeson/projects/7/views/4)