cppcheck-vs-addin
cppcheck-vs-addin copied to clipboard
Visual Studio integration for cppcheck, an open-source static code analyzer for C++
https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=vs-2019 - [ ] __cplusplus https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/ - [ ] _MT - [ ] _MSC_VER - [ ] _MSC_FULL_VER
Code analysis says that public static async void addTextToOutputWindow(string text) is not the best option because https://stackoverflow.com/q/53215577 Looks like it should be refactored.
The current widget (?) doesn't allow to copy an error message. Suggestions: - Ctrl+c - copy the whole table line (file, line, message...) - context menu -> copy error message...
I think it would be useful to have the error message as a tooltip on mouseover. For example, I keep the cpp check tab open in the side of the...
It would be great to group issues by type (e.g. C-style casting..., uninitialized variable...) maybe an option to show in a tree?
After sorting the issues list: if the list is reloaded the 'sort arrow' in the tab name is still there but the issues are not sorted.
We must adjust the width of list view header by manual when a new checking finished and showing the results. I think it would be automatic adjust by setting header...
No results seem to be generated when trying to use the option to run after each save when opening the project using Visual Studio 2017's open folder option. Our project...