IDE
Created Sep 13, 2018 (10:36)
by Victor Cheung
| In glossary Glossary
| In space Otaku's Home
No Language
Definition
An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a source code editor, build automation tools, and a debugger. Most modern IDEs have intelligent code completion. Some IDEs, such as NetBeans and Eclipse, contain a compiler, interpreter, or both; others, such as SharpDevelop and Lazarus, do not.