# 集成开发环境IDE

IDE:

集成开发环境（IDE，Integrated Development Environment ）是用于提供程序开发环境的应用程序，一般包括代码编辑器、编译器、调试器和图形用户界面等工具。集成了代码编写功能、分析功能、编译功能、调试功能等一体化的开发软件服务套。所有具备这一特性的软件或者软件套（组）都可以叫集成开发环境。如微软的Visual Studio系列，Borland的C++ Builder、Delphi系列等。该程序可以独立运行，也可以和其它程序并用。IDE多被用于开发HTML应用软件。例如，许多人在设计网站时使用IDE（如HomeSite、DreamWeaver等），因为很多项任务会自动生成。

IDE 由哪些部分组成？

IDE 通常由以下几个部分组成：

源代码编辑器：一个旨在帮助开发人员轻松编写软件代码的文本编辑器，特色功能包括：视觉提示突出显示语法、特定编程语言的自动补全功能、检查正在编写的代码是否存在错误。 本地构建版本自动化：这些实用工具可以在创建软件的本地构建版本时自动执行简单的可重复任务，如将计算机源代码编译成二进制代码、封装二进制代码、运行自动测试。 调试器：一个用于测试其他程序的程序，它能以图形方式显示原始代码中的错误位置。


---

# 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://youngzil.gitbook.io/notes/00.tools-kai-fa-gong-ju/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.
