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

23 lines
1.2 KiB
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Integrated Development Environments (IDEs)
---
## Integrated Development Environments (IDEs)
An Integrated Development Environment (IDE) is a software that consolidates the basic tools developers need to write and test software in one application.
IDEs offer a central graphic user interface (GUI) that incorporates the following: *a code editor, a compiler or interpreter, a debugger, and build automation tools.*
Examples of IDEs are:
- [NetBeans](https://netbeans.org/)
- [Eclipse](https://www.eclipse.org/)
- [IntelliJ IDEA](https://www.jetbrains.com/idea/)
- [Visual Studio](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/)
#### More Information
[AppSec Knowledge Base](https://www.veracode.com/security/integrated-development-environments)
[Eclipse.org](https://www.eclipse.org/home/) - an open source community of tools, project and collaborative working groups
[Top IDEs: 51 Powerful Dev Environments for Streamlined Development by Stackify](https://stackify.com/top-integrated-developer-environments-ides/)