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
Copy file name to clipboardExpand all lines: docs/scm-ide-and-ci-cd-integrations/snyk-ide-plugins-and-extensions/eclipse-plugin/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,11 @@ The Snyk Eclipse extension allows you to analyze your code, open-source dependen
18
18
## How to install and set up the extension
19
19
20
20
{% hint style="info" %}
21
-
The latest Snyk Eclipse plugin is supported by Eclipse 2024-03 or newer. 
21
+
The latest Snyk Eclipse plugin supports use with Eclipse 2024-03 or newer.
22
22
23
-
An older plugin version is supported by Eclipse 2023-03 or newer.
23
+
Older plugin versions may support use with Eclipse 2023-03 or newer.
24
+
25
+
Snyk recommends always using the latest version of the Eclipse plugin.
24
26
{% endhint %}
25
27
26
28
You can use the Eclipse plugin in the following environments:
@@ -29,7 +31,7 @@ You can use the Eclipse plugin in the following environments:
29
31
* Windows: 386, AMD64, and ARM64
30
32
* MacOS: AMD64 and ARM64
31
33
32
-
Install the plugin at any time free of charge from the [Eclipse marketplace](https://marketplace.eclipse.org/content/snyk-security) and use it with any Snyk account, including the Free plan. 
34
+
Install the plugin at any time free of charge from the [Eclipse marketplace](https://marketplace.eclipse.org/content/snyk-security) and use it with any Snyk account, including the Free plan.
33
35
34
36
When you are prompted, accept the license agreement and add the **Snyk Security** certificate to complete the installation (this happens only once).
Copy file name to clipboardExpand all lines: docs/scm-ide-and-ci-cd-integrations/snyk-ide-plugins-and-extensions/visual-studio-extension/README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,25 +16,27 @@ The Snyk Visual Studio extension allows you to analyze your code and open-source
16
16
## How to install and set up the extension
17
17
18
18
{% hint style="info" %}
19
-
The latest version of the Snyk Visual Studio extension is supported by Visual Studio 2022 (version 17.5 and above).
19
+
The latest version of the Snyk Visual Studio extension supports use with Visual Studio 2022 (version 17.5 and above).
20
20
21
-
An older plugin version is supported by Visual Studio 2015, 2017, and 2019
21
+
Older plugin versions support use with Visual Studio 2015, 2017, and 2019.
22
+
23
+
Snyk recommends always using the latest version of the Visual Studio extension.
22
24
{% endhint %}
23
25
24
26
You can use the Snyk Visual Studio extension in the following environments:
25
27
26
28
* Windows: 386, AMD64, and ARM64
27
29
* MacOS: Visual Studio Windows plugin in a Windows virtual machine inside a Mac with an ARM64 processor
28
30
29
-
Install the plugin at any time free of charge from the [Visual Studio marketplace](https://marketplace.visualstudio.com/items?itemName=snyk-security.snyk-vulnerability-scanner-vs-2022) and use it with any Snyk account, including the Free plan. For more information, see the [VS extension installation guide](https://learn.microsoft.com/en-us/visualstudio/ide/finding-and-using-visual-studio-extensions?view=vs-2022#find-and-install-extensions).
31
+
Install the plugin at any time free of charge from the [Visual Studio marketplace](https://marketplace.visualstudio.com/items?itemName=snyk-security.snyk-vulnerability-scanner-vs-2022) and use it with any Snyk account, including the Free plan. For more information, see the [VS extension installation guide](https://learn.microsoft.com/en-us/visualstudio/ide/finding-and-using-visual-studio-extensions?view=vs-2022#find-and-install-extensions).
30
32
31
33
After the extension is installed installed, use Snyk through the **Extensions > Snyk** menu.
You can also open the Snyk tool window using **View > Other Windows > Snyk**_._
36
38
37
-
After the tool window opens, wait while the Snyk extension downloads the [Snyk CLI,](https://docs.snyk.io/snyk-cli) which includes the [Language Server](https://docs.snyk.io/scm-ide-and-ci-cd-integrations/snyk-ide-plugins-and-extensions/snyk-language-server).
39
+
After the tool window opens, wait while the Snyk extension downloads the [Snyk CLI,](https://docs.snyk.io/snyk-cli) which includes the [Language Server](https://docs.snyk.io/scm-ide-and-ci-cd-integrations/snyk-ide-plugins-and-extensions/snyk-language-server).
38
40
39
41
Continue by following the instructions in the other Visual Studio extension docs:
0 commit comments