x

What an IDE is

IDE development cycle showing editor, translator, run-time environment and error diagnostics linked in a loop

An Integrated Development Environment, or IDE, puts several programming tools into one workspace. Instead of switching between separate programs, you can write code, translate it, run it and inspect errors in the same place.

The Integrated Development Environment (IDE) Lesson