Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Hi @sean-mcmanus ! Thanks for pointing out #669. For your information I am the maintainer of the open source Cppcheck project. There was a comment in #699 that a separate plugin for cppcheck should be created instead. I would imagine that if we integrate cppcheck into cpptools then the existing configurations of include paths, defines, etc can be easily reused to run cppcheck also. There are various cppcheck plugins and they always require separate configuration of include paths, defines, etc. I am not an expert with the vscode plugin API. Would it be an alternative that cpptools exposed include paths, defines, etc so that other plugins could reuse this information? I imagine that cpptools can determine these settings dynamically by looking at cmake files etc.. and if so it's not good if all plugins have to reinvent this functionality.. Also I have heard that it's not possible to use the existing cppcheck plugins with remote sessions because they will try to run cppcheck locally. Does cpptools provide some functionality for remote sessions that would make it easier to run cppcheck remotely? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Would it sound interesting to have Cppcheck support in cpptools? I see that clang-tidy is executed by cpptools and cppcheck can complement those results.
Beta Was this translation helpful? Give feedback.
All reactions