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

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