Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>ClazyNew to Visual Studio Code? Get it now.
Clazy

Clazy

TheBill2001

|
14 installs
| (0) | Free
VSCode extension for Clazy
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Clazy for VSCode

VSCode extension for Clazy.

Features

  • Lint files.
  • Quick fixes.
  • Show link to Clazy check's document.

screenshot.png

Requirements

This extension requires clazy-standalone binary. You can find the build instruction here, or download from your distro's repo. Additionally, clazy-standalone requires a compilation database JSON file to work, i.e. CMake's -DCMAKE_EXPORT_COMPILE_COMMANDS=ON.

Extension Settings

  • clazy.executable: Path to Clazy standalone executable. Default is clazy-standalone.
  • clazy.checks: Comma-separated list of clazy checks. Default is level1.
  • clazy.buildPath: Path to the build folder. This folder should be where the compilation database JSON file locates at.
  • clazy.blacklist: A list of regular expressions matching files you don't want to lint. Default to build folder.
  • clazy.lintOnSave: Automatically lint files when they are saved. Default is true.
  • clazy.fixOnSave: Automatically fix resolvable errors detected by Clazy in files when they are saved. Default is false.

Related project

  • Clazy
  • vscode-clang-tidy
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft