An open API service indexing awesome lists of open source software.

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

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.

[![Visual Studio Marketplace Version (including pre-releases)](https://img.shields.io/visual-studio-marketplace/v/brobeson.vscode-cppcheck?logo=visualstudiocode&label=Latest%20Release&color=blue)](https://marketplace.visualstudio.com/items?itemName=brobeson.vscode-cppcheck)
[![Visual Studio Marketplace Version (including pre-releases)](https://img.shields.io/visual-studio-marketplace/v/brobeson.vscode-cppcheck?logo=github&label=Latest%20Release&color=blue)](https://github.com/brobeson/vscode-cppcheck/releases/tag/v0.1.0)
[![Build & Test](https://github.com/brobeson/vscode-cppcheck/actions/workflows/build.yaml/badge.svg)](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

[![GitHub issues by-label](https://img.shields.io/github/issues/brobeson/vscode-cppcheck/bug?logo=github&label=Open%20Bugs)](https://github.com/brobeson/vscode-cppcheck/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
[![Static Badge](https://img.shields.io/badge/Report_a_Bug-d73a4a?logo=github)](https://github.com/brobeson/vscode-cppcheck/issues/new?assignees=brobeson&labels=bug&projects=&template=bug.yaml)

[![GitHub issues by-label](https://img.shields.io/github/issues/brobeson/vscode-cppcheck/enhancement?logo=github&label=Feature%20Requests)](https://github.com/brobeson/vscode-cppcheck/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement+)
[![Static Badge](https://img.shields.io/badge/Request_a_New_Feature-blue?logo=github&logoColor=black)](https://github.com/brobeson/vscode-cppcheck/issues/new?assignees=brobeson&labels=enhancement&projects=&template=feature.yaml)

[![Static Badge](https://img.shields.io/badge/Roadmap-blue?logo=github&logoColor=black)](https://github.com/users/brobeson/projects/7/views/4)