Integrated development environment
From DocForge
(Redirected from IDE)
An IDE, or Integrated Development Environment, is a tool to aid software developers in writing computer programs. At their core IDEs contain text editors for writing code. Supplementing the editor are other tools, each chosen depending on the target platform, language, and user. An IDE for C++, for example, may contain a debugger, object browser, and project manager.
IDEs [edit]
Commercial IDEs include:
Open source IDEs include:

