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