# Analysis results: Snyk Code

Snyk Code analysis shows security vulnerabilities and quality issues in your code with every scan.

{% hint style="info" %}
Effective beginning on June 24, 2025, Snyk Code Quality issues will no longer be provided.
{% endhint %}

## Snyk Code vulnerability window

<figure><img src="/files/tnbzGQyrG1jHfVQjkeJO" alt="Snuk Code vulnerability window"><figcaption><p>Snyk Code vulnerability window</p></figcaption></figure>

The Snyk suggestion panel on the right of the results screen shows the Snyk Code Vulnerability name, the line it was found in, a suggestion for a fix, and an option to ignore, either in the entire file or a specific line.

On the **Problems** tab of the Visual Studio Code results screen, you can see all Code issues found in your Project.

<figure><img src="/files/j7obQqKqFysmS5gvADiV" alt="Visual Studio Code Problems tab"><figcaption><p>Visual Studio Code Problems tab</p></figcaption></figure>

Snyk also includes a feedback mechanism to report false positives so others do not see the same issue (bottom left).

## Snyk Code editor window

The vulnerabilities are visible within the editor, with the detailed information available on hover.

<figure><img src="/files/J2M9GrZcpKuMj5Q0Zrat" alt="Snyk Code editor window"><figcaption><p>Snyk Code editor window</p></figcaption></figure>

Choose **Quick Fix** to open the details panel for an issue using Code Action.

You can also choose to ignore a suggestion, either a particular one or a recurring one in the current file, using **Quick Fix**.

<figure><img src="/files/6H8mqknjQIVMnDhH1ULG" alt="Quick Fix menu"><figcaption><p>Quick Fix menu</p></figcaption></figure>

<figure><img src="/files/KUcUupimb5EXReWOe2br" alt="Ignore options with issue detail"><figcaption><p>Ignore options with issue detail</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.snyk.io/developer-tools/snyk-ide-plugins-and-extensions/visual-studio-code-extension/view-analysis-results-from-visual-studio-code-extension/analysis-results-snyk-code.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
