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


---

# 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/zh-cn/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.
