IDE
From RemObjects Software
An Integrated Development Environment is an application used by programmers for software development.
Usually it consists of a compiler, debugger and text editor with language specific abilities like Code Completion.
Examples include:
- CodeGear RAD Studio
- Visual Studio.
IDEs generally contain all commonly used tools for development in a streamlined program to improve the development speed compared to commandline only tools.
