> 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/zh-cn/plugins/how-to-develop-plugins/advanced-development/using-an-ide.md).

# 使用 IDE

使用[插件乐园](/zh-cn/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/oZkaAs3MtZpR3wZUBBrH)
