# 使用 IDE

使用 [Plugin Playground](/zh-tw/plugins/how-to-develop-plugins/your-first-plugin/plugin-playground.md) 開發外掛程式非常簡單方便。但是，您可能希望使用外部整合開發環境 (IDE) 來開發外掛。使用 IDE 的一些優點包括：

* 您可以使用您偏好的 IDE，它能提供語法錯誤更正、延伸模組等等。
* 您可以與同事協同合作，透過 GitHub 儲存庫開發 FormIt 外掛程式。
* 您可以開發私人的外掛程式，並將其裝載在本端伺服器上。

### 安裝 IDE

Microsoft 的 [Visual Studio Code](https://code.visualstudio.com/Download) 是一款很適合開發 FormIt 外掛程式的免費 IDE。請按照連結下載設定檔案並完成安裝。

我們將使用 Visual Studio Code 進行示範，但您可以使用您偏好的程式碼編輯器。請確保您的 IDE 內含用來執行本端伺服器的終端機。

![Visual Studio Code](/files/3uWRjYEGcXWV8MXDkfIB)


---

# 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-tw/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.
