Jump to content

Source-code editor

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Watcher (talk | contribs) at 07:51, 20 May 2004 (new article: editors intended to write source code). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Source code editor is a text editor program designed specifically for editing source code of computer programs by programmers. It may be a standalone application or it may be built-in in a integrated development environment (IDE). Source code editors may have features specifically designed to simplify and speed up input of source code, such as autocomplete and Intellisense functionality. These editors may also provide a convenient way to run a compiler, interpreter, debugger, or other program relevant for software development process.

Some well known source code editors: