freeCodeCamp/guide/chinese/developer-tools/ide-integrated-development-.../index.md

23 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Integrated Development Environments (IDEs)
localeTitle: 集成开发环境IDE
---
## 集成开发环境IDE
集成开发环境IDE是一种软件它整合了开发人员在一个应用程序中编写和测试软件所需的基本工具。
IDE提供了一个中央图形用户界面GUI其中包含以下内容 _代码编辑器编译器或解释器调试器和构建自动化工具。_
IDE的示例是
* [NetBeans的](https://netbeans.org/)
* [日食](https://www.eclipse.org/)
* [IntelliJ IDEA](https://www.jetbrains.com/idea/)
* [视觉工作室](https://www.visualstudio.com/vs/)
* [Xcode中](https://developer.apple.com/xcode/)
* [Android Studio](https://developer.android.com/studio/index.html)
* [PyCharm](https://www.jetbrains.com/pycharm/)
#### 更多信息
[AppSec知识库](https://www.veracode.com/security/integrated-development-environments) [Eclipse.org](https://www.eclipse.org/home/) - 一个由工具,项目和协作工作组组成的开源社区 [顶级IDE51个功能强大的开发环境可通过Stackify进行简化开发](https://stackify.com/top-integrated-developer-environments-ides/)