> 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/docs/docs-ja/ai-totsru/ide-plugins-overview/jetbrains-ide-plugins.md).

# JetBrains IDE

AikidoはJetBrains IDEの大半と連携し、コードベースをスキャンして **機密情報、APIキー、SAST** コードの問題と **SCA**。ファイルを開くか保存するたびにスキャンが実行されます。

ファイルに変更を加えて保存するたびに、スキャンが実行されます。問題が検出されると、エディタ内でハイライト表示され、Problemsパネルにも表示されます。検出されたSASTの問題にカーソルを合わせると、その問題に関する追加のコンテキストが表示されます。

![Express.jsアプリケーションでセキュリティ警告をハイライト表示しているコードエディタ。セキュリティヘッダーの不足も含まれます。](/files/9c5a2224c29c0c18ea751c3f653c2e7fb7fd9254)

## 対応IDE <a href="#supported-ides" id="supported-ides"></a>

JetBrains IDEの大半をサポートしています

* IntelliJ IDEA（Java/Kotlin/Spring）
* GoLand（Go/JS/TS）
* PhpStorm（PHP/Laravel/Symfony）
* PyCharm（Python/Django）
* Rider（C#/.NET/ASP.NET）
* WebStorm（JS/TS/React）
* RubyMine（Ruby/Rails）
* RustRover（Rust）
* Android Studio（Android）
* CLion（CおよびC++）

## インストールとテストの方法 <a href="#how-to-install-and-test" id="how-to-install-and-test"></a>

> このプラグインは有料プランでのみ利用できます。

**手順 1。** へ移動してください [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/24993-aikido-security) に移動し、 **入手。** インストール後、個人アクセストークン（手順2）の追加を求められます。

**手順 2。** Aikido で [JetBrains IDE連携画面](https://app.aikido.dev/settings/integrations/ide/jetbrains) そしてトークンを作成します。

![トークン生成オプション付きのJetBrains IDEプラグインのユーザーアクセスおよびアクティビティログ。](/files/63ce022e9b6eeb1cef547e0f88d610aecb64af3b)

**手順 3。** ドキュメント内の例を確認して [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/24993-aikido-security) すべてが正常に動作するかテストしてください。

## トラブルシューティング

{% content-ref url="/pages/5a98b5f81384666777d0bc189fdc04e84b8a1a47" %}
[JetBrainsプラグイン - アクセストークンが保存されない](/docs/docs-ja/ai-totsru/ide-plugins-overview/troubleshooting/jetbrains-plugin-access-token-not-stored.md)
{% endcontent-ref %}

{% content-ref url="/pages/3acb2ad144599c16acabc8d17decfc858efbb4d7" %}
[JetBrains - サポート向け情報](/docs/docs-ja/ai-totsru/ide-plugins-overview/troubleshooting/jetbrains-information-for-support.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/docs/docs-ja/ai-totsru/ide-plugins-overview/jetbrains-ide-plugins.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.
