notskm / vscode-clang-tidy

MIT License
49 stars 25 forks source link

Clang-Tidy for VSCode

Build Status code style: prettier

This extension integrates clang-tidy into VS Code.

Clang-Tidy documentation can be found here.

Features

Runs clang-tidy and displays its diagnostics in VS Code.

Note: Diagnostics take longer to appear than in the example gif.

diagnostics example animation

Requirements

Clang-Tidy must be installed. The extension will look for the clang-tidy executable in your PATH by default.

Clang-Tidy is part of LLVM, which can be downloaded here. Alternatively, use your system's package manager.

Extension Settings

This extension contributes the following settings:

Extension Commands

This extension contributes the following commands:

Known Issues

See the Github issues