Clang Tidy LinterThis extension uses clang-tidy to lint C/C++ files. This extension is in a very early stage of development. You will need to do some configuration before you can use it. But this extension is still kind of "usable". FeaturesBasic diagnostic(linter) and quick fixes for the C/C++ source files with the clang-tidy. RequirementsAs for now you have to download/compile the clang-tidy executable. Maybe executables will be shipped with this extension in the future. The download link for official prebuilt binaries is http://releases.llvm.org/download.html. Extension SettingsYou may need to modify some default settings to get this extension to work for now.
If you want to configure the checks of clang tidy, create a Known IssuesSource files can only be lint when you save or open it. You have to modify ContributionRepository: https://github.com/alesiong/clang-tidy-linter I'm a beginner to vscode extension development, so if you have any suggestions, don't hesitate to post issues and/or pull requests. Road Map (TODOs)
Release Notes0.0.1The very first beta version published to the market. 0.0.2Support Windows (not tested). Add code actions(quick fixes) support. |