Source Code Editor


An example of a source code editor with syntax coloring: Kate.

A source editor is a text editor specifically designed for editing the source code of computer programs by programmers. The editor can be a separate application or part of an IDE.

Source code editors have many options specifically designed to simplify and speed up source entry, such as syntax coloring, auto-replenishment (such as Microsoft IntelliSense). These editors often also provide a simple way to start compiler, interpreter, debugger, or other external programs that are required for the development process. Examples

wiki