> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/ide-plugins/ide-plugins-overview.md).

# IDE Plugins Overview

Aikido’s IDE integrations help you catch security issues at the moment they are introduced.\
You get code scanning results directly in your editor, instant secret detection, vulnerable package insights, smart autofix suggestions, and clear triage help so you know which issues matter most.

This page highlights all supported IDEs and gives you a complete tour of what you can do inside your editor.

If you want to dive deeper into every feature and learn how to use them effectively explore the sections below.

## Features to explore

{% content-ref url="/pages/BlcMVHrRgvP9HMKc2BJs" %}
[Aikido Expansion Packs](/~/revisions/SGhJfnCIOpxRjx1gC1k5/ide-plugins/features/aikido-expansion-packs.md)
{% endcontent-ref %}

{% content-ref url="/pages/JahfnwEjZfhYiedCJiRf" %}
[Real-Time Code Scanning in IDE](/~/revisions/SGhJfnCIOpxRjx1gC1k5/ide-plugins/features/real-time-code-scanning-in-ide.md)
{% endcontent-ref %}

{% content-ref url="/pages/VHkf3JZol0Ev7NoGW7Mo" %}
[Open-Source Dependency Scanning (SCA) in IDE](/~/revisions/SGhJfnCIOpxRjx1gC1k5/ide-plugins/features/open-source-dependency-scanning-sca-in-ide.md)
{% endcontent-ref %}

{% content-ref url="/pages/PnC2O8bNLN58q3huxlu2" %}
[Full Workspace Scan in IDE](/~/revisions/SGhJfnCIOpxRjx1gC1k5/ide-plugins/features/full-workspace-scan-in-ide.md)
{% endcontent-ref %}

{% content-ref url="/pages/DQN8YWwg6NjpNanCvqwo" %}
[Aikido AI in IDE](/~/revisions/SGhJfnCIOpxRjx1gC1k5/ide-plugins/features/aikido-ai-in-ide.md)
{% endcontent-ref %}

## IDE's

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/rEQGqewiUSu6TLtBAXL8"><strong>Visual Studio Plugin</strong></a></td><td></td><td></td><td><a href="/pages/rEQGqewiUSu6TLtBAXL8">/pages/rEQGqewiUSu6TLtBAXL8</a></td></tr><tr><td><a href="/pages/mgd9l65M1Oa5zH7GUy7e"><strong>Visual Studio Code Plugin</strong></a></td><td></td><td></td><td><a href="/pages/mgd9l65M1Oa5zH7GUy7e">/pages/mgd9l65M1Oa5zH7GUy7e</a></td></tr><tr><td><a href="/pages/maYE9D8I0qHoQCl9BEXO"><strong>JetBrains Plugins</strong></a></td><td>IntelliJ IDEA, GoLand, PhpStorm, PyCharm, ...</td><td></td><td><a href="/pages/maYE9D8I0qHoQCl9BEXO">/pages/maYE9D8I0qHoQCl9BEXO</a></td></tr><tr><td><a href="/pages/Hw5GlWQTBPXSiaAbs9uy"><strong>Cursor Plugin</strong></a></td><td></td><td></td><td><a href="/pages/Hw5GlWQTBPXSiaAbs9uy">/pages/Hw5GlWQTBPXSiaAbs9uy</a></td></tr><tr><td><a href="/pages/ZzQDnInFzmloVaYaaH8q"><strong>Windsurf Plugin</strong></a></td><td></td><td></td><td><a href="/pages/ZzQDnInFzmloVaYaaH8q">/pages/ZzQDnInFzmloVaYaaH8q</a></td></tr><tr><td><a href="/pages/0k5FqT3HP2inYGiBLlYx">Kiro Plugin</a></td><td></td><td></td><td></td></tr><tr><td><a href="/pages/BhUSO9c0flI0AQt4b1ej">Google Antigravity IDE</a></td><td></td><td></td><td></td></tr></tbody></table>

## Additional

{% content-ref url="/pages/heOHlbJaIMX2OL1AgOo3" %}
[Supported languages in IDE](/~/revisions/SGhJfnCIOpxRjx1gC1k5/ide-plugins/features/supported-languages-in-ide.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/~/revisions/SGhJfnCIOpxRjx1gC1k5/ide-plugins/ide-plugins-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
