Answers for "what is an IDE"

15

what is an IDE

An integrated development environment (IDE) 
is software for building applications that combines 
common developer tools into a single graphical user interface (GUI). 

An IDE typically consists of:
Source code EDITOR:
- syntax highlighting
- language specific auto-completion
- checking for bugs as code is being written.
AUTOMTION: 
simple, repeatable tasks as 
creating a local build 
compiling, packaging, running automated tests.
DEBUGGER: 
testing programs
display the location of a bug in the original code.
Posted by: Guest on November-20-2020
1

what is ide?

An integrated development environment (IDE) is software for building 
applications that combines common developer tools into a single graphical 
user interface (GUI).
An IDE typically consists of a source editor, a debugger and many more.
Posted by: Guest on October-03-2021

Browse Popular Code Answers by Language