# IDE を使用する

[Plugin Playground](/ja/plugins/how-to-develop-plugins/your-first-plugin/plugin-playground.md) を使用したプラグインの開発は簡単で便利です。しかし、外部の統合開発環境(IDE)を使用したプラグインの開発が必要となる場合があります。IDE を使用すると、次のような利点があります。

* 任意の IDE を使用して、構文エラーの修正や、機能の拡張などを行うことができます。
* 他のメンバーとコラボレートして、GitHub リポジトリを介して FormIt プラグインを開発できます。
* プライベート プラグインを開発し、ローカル サーバにホストできます。

### IDE をインストールする

FormIt プラグインの開発に適した無料の IDE は、Microsoft の [Visual Studio Code](https://code.visualstudio.com/Download) です。リンクに従ってセットアップ ファイルをダウンロードし、インストールを完了します。

このデモンストレーションでは Visual Studio Code を使用しますが、お好みのコード エディタを使用できます。IDE にローカル サーバを実行するためのターミナルが含まれていることを確認します。

![Visual Studio Code](/files/ViFrPVHz0kRpFFXvARdE)


---

# 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://windows.help.formit.autodesk.com/ja/plugins/how-to-develop-plugins/advanced-development/using-an-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.
