microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.45k stars 1.53k forks source link

Integrate cppcheck? #669

Open bitjson opened 7 years ago

bitjson commented 7 years ago

Are there any plans to integrate cppcheck into the C/C++ language support? There's a great cppcheck plugin, but I usually expect linting functionality to be bundled with standard language support.

sean-mcmanus commented 7 years ago

There are no current plans to integrate cppcheck. Let us know if our extension somehow is incompatible with it.. The cpptools extenson gives compiler errors when you change the C_Cpp.IntelliSenseEngine setting to Default and errorSquiggles to Enabled, but it's not really a C++ static code analyzer.

github-actions[bot] commented 3 years ago

This feature request has received enough votes to be added to our backlog.

KrestenHelstrup commented 3 years ago

Any updates on this ?

sean-mcmanus commented 3 years ago

No progress yet. We have some other similar issues at https://github.com/microsoft/vscode-cpptools/issues/2908 and https://github.com/microsoft/vscode-cpptools/issues/531 .

mrx23dot commented 2 months ago

Actually, you are better off with a standalone addon. Same way as Python is handled in VSCode.

It's hard enough to keep up with basic debugging functionality fixes.

Check out https://marketplace.visualstudio.com/items?itemName=jbenden.c-cpp-flylint it has half million installs.