# Full Workspace Scan in IDE

The Aikido Workspace Scan lets you analyze your entire project at once, so you can quickly review security issues across all files, not just the ones you have open.

<figure><img src="/files/TxRz7RNdWzWa5Ymwlrr7" alt=""><figcaption></figcaption></figure>

#### When to Use a Full Scan

Use full scans when:

* You want a security baseline for your repository.
* You’re about to push significant code changes.

For regular development, open/save scans continue to provide instant feedback as you write code.

#### Run a Full Scan

You can start a full scan directly from the Aikido panel in VS Code:

1. Open the Aikido sidebar.
2. Click Workspace Scan at the top of the view.
3. Select whether you want to scan:
   * **Entire workspace** – runs a complete analysis of all source files in your project.
   * **Changed files only** – scans only files that have been modified since your last Git commit.

<figure><img src="/files/ZZBtnLCOT3vBt06Lxe8F" alt=""><figcaption></figcaption></figure>

During the scan, Aikido checks for:

* Code issues (SAST) — insecure coding patterns and misconfigurations.
* Secrets — exposed tokens, passwords, and API keys.

Results appear inline in your editor and in the Scan Results panel, grouped by category. You can hover over each finding for more details or open it in Aikido for deeper triage.

{% hint style="warning" %}
The workspace scan does not run automatically. You’ll need to start a new scan manually whenever you want updated results.
{% endhint %}


---

# 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://help.aikido.dev/ai-and-dev-tools/ide-plugins-overview/features/full-workspace-scan-in-ide.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.
