# IDE Plugins

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 AutoTriage help so you know which issues matter most.

## Features to explore

* [Aikido Expansion Packs](/ai-and-dev-tools/ide-plugins-overview/features/aikido-expansion-packs.md)
* [Real-Time Code Scanning in IDE](/ai-and-dev-tools/ide-plugins-overview/features/real-time-code-scanning-in-ide.md)
* [Open-Source Dependency Scanning (SCA) in IDE](/ai-and-dev-tools/ide-plugins-overview/features/open-source-dependency-scanning-sca-in-ide.md)
* [Full Workspace Scan in IDE](/ai-and-dev-tools/ide-plugins-overview/features/full-workspace-scan-in-ide.md)
* [Aikido AI in IDE](/ai-and-dev-tools/ide-plugins-overview/features/aikido-ai-in-ide.md)

## IDEs

* [Visual Studio IDE](/ai-and-dev-tools/ide-plugins-overview/visual-studio-plugin.md)
* [VS Code IDE](/ai-and-dev-tools/ide-plugins-overview/vs-code-plugin.md)
* [JetBrains IDEs](/ai-and-dev-tools/ide-plugins-overview/jetbrains-ide-plugins.md)
  * IntelliJ IDEA, GoLand, PhpStorm, PyCharm, Rider, WebStorm, RubyMine, RustRover, and Android Studio
* [Cursor IDE](/ai-and-dev-tools/ide-plugins-overview/cursor-ide.md)
* [Windsurf IDE](/ai-and-dev-tools/ide-plugins-overview/windsurf-ide.md)
* [Kiro IDE](/ai-and-dev-tools/ide-plugins-overview/kiro-ide.md)
* [Google Antigravity IDE](/ai-and-dev-tools/ide-plugins-overview/google-antigravity.md)
* [Eclipse IDE](/ai-and-dev-tools/ide-plugins-overview/eclipse-ide.md)

## Additional

* [Supported languages in IDE](/ai-and-dev-tools/ide-plugins-overview/features/supported-languages-in-ide.md)


---

# 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.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.
