You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-14Lines changed: 5 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This plugin integrates Cppcheck into Visual Studio and allows:
11
11
* convenient message suppression management with options to suppress specific messages, all messages in a given file, specific message types in a given file, message types globally, solution-wide and project-wide.
12
12
13
13
### Download
14
-
Visual Studio 2019 is supported. VS 2015 and 2017 are supported by the older releases.
14
+
Visual Studio 2022 is supported. VS2019, 2017 and 2015 are supported by the older releases.
15
15
16
16
**<ahref="https://github.com/VioletGiraffe/cppcheck-vs-addin/releases/latest">Get the latest release</a>**
17
17
@@ -21,18 +21,8 @@ NOTE: The add-in does not deploy Cppcheck executable. Please, go to [Cppcheck](h
21
21
22
22
Should you decide to open, build and debug the project please follow these steps:
23
23
24
-
* Install Visual Studio SDK for your version of Visual Studio.
25
-
If you plan to open the project in more that one supported version you'll have to install
26
-
the matching Visual Studio SDK for each version of Visual Studio separately.
27
-
<ahref="http://www.microsoft.com/en-us/download/details.aspx?id=30668">Here's Visual Studio 2012 SDK</a>
28
-
and <ahref="http://www.microsoft.com/en-us/download/details.aspx?id=40758">here's Visual Studio 2013 SDK</a>. Starting with Visual Studio 2015, the <ahref="https://msdn.microsoft.com/en-us/library/mt683786.aspx">SDK is an optional feature</a> to install.
29
-
30
-
* Note: if the Visual Studio instance in which you planned to open the project was running
31
-
while you were installing the SDK you'll have to restart
32
-
that Visual Studio instance - otherwise the project won't open.
33
-
34
-
* Once Visual Studio SDK has been installed you can start Visual Studio and open the project.
35
-
24
+
Use Visual Studio 2022 - ensure you have the workload for Extension Development installed. All SDKs are referenced as nuget packages and should
25
+
36
26
* Press F5 (*Debug* -> *Start Debugging*) to have the project built and deployed into "Experimental Instance" of Visual Studio.
37
27
This should start another ("experimental") instance of Visual Studio *of the same version* with the addin deployed there.
38
28
@@ -41,5 +31,6 @@ and <a href="http://www.microsoft.com/en-us/download/details.aspx?id=40758">here
41
31
or the wrong Visual Studio version is started do the following:
42
32
* right-click the project in Solution Explorer and get to *Properties*
43
33
* get to *Debug* tab
44
-
* next to *start external program* alter the path so that it points to where the right version of Visual Studio is installed. Path should be something like *"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe"*
34
+
* next to *start external program* alter the path so that it points to where the right version of Visual Studio is installed. Path should be something like *"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.exe"*
45
35
* In the same window add */rootsuffix Exp* to *Command line arguments*
0 commit comments