IDE

From Computer Science Wiki
Revision as of 12:26, 5 May 2016 by Bmackenty (talk | contribs) (Created page with "An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.[1]

line numbers text type syntax highlighting autocomplete (very helpful) code overview on right View -> layout -> 2 column view

References