> For the complete documentation index, see [llms.txt](https://windows.help.formit.autodesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://windows.help.formit.autodesk.com/ja/plugins/how-to-develop-plugins/advanced-development/using-an-ide.md).

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