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

# IDE 사용

[플러그인 플레이그라운드](/ko/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/hUqJDDG1ewvnaHWB1ifu)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://windows.help.formit.autodesk.com/ko/plugins/how-to-develop-plugins/advanced-development/using-an-ide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
