cpplint-vscode is a Visual Studio Code extension that integrates the cpplinter linter to help you enforce coding standards and style guidelines for C++ code. This extension automatically runs the linter on your C++ files every time they are saved, providing real-time feedback and ensuring code quality.
Features
Automatically runs cpplinter on C++ files when they are saved.
Displays linter warnings directly in the VS Code editor.
Provides manual linter execution through the Command Palette.
Prerequisites
Before using this extension, ensure that you have cpplinter installed and accessible in your system PATH.