Clang-Tidy for VSCodeThis extension integrates clang-tidy into VS Code. Clang-Tidy documentation can be found here. FeaturesRuns clang-tidy and displays its diagnostics in VS Code. Note: Diagnostics take longer to appear than in the example gif. RequirementsClang-Tidy must be installed. The extension will look for the clang-tidy executable in your Clang-Tidy is part of LLVM, which can be downloaded here. Alternatively, use your system's package manager. Extension SettingsThis extension contributes the following settings:
Extension CommandsThis extension contributes the following commands:
Known IssuesCS 128 UsageForked from notskm/vscode-clang-tidy due to repository being archived and extension being taken off VS Code Marketplace. |