Source-Code Editor
(Redirected from Source Code Editor)
Jump to navigation
Jump to search
A Source-Code Editor is a text editor that supports source-code editing (for source code).
- Context:
- It can be built into an Integrated Development Environment.
- ...
- Example(s)::
- VS Code.
- the editor within IntelliJ.
- the editor within Eclipse IDE.
- ...
- Counter-Example(s):
- ...
- See: Auto-Completion, Programming Tool, Text Editor, Source Code, Computer Program, Integrated Development Environment, Web Browser.
References
2023
- (Wikipedia, 2023) ⇒ https://en.wikipedia.org/wiki/Source-code_editor Retrieved:2023-5-1.
- A source-code editor is a text editor program designed specifically for editing source code of computer programs. It may be a standalone application or it may be built into an integrated development environment (IDE) or web browser. Source-code editors are a fundamental programming tool, as the fundamental job of programmers is to write and edit source code.
2019
- (Wikipedia, 2019) ⇒ https://en.wikipedia.org/wiki/Source-code_editor Retrieved:2019-8-15.
- A source-code editor is a text editor program designed specifically for editing source code of computer programs. ...