Editors Glossary

Browse 11 editors terms defined in plain English, from the cultural dictionary of computing.

11 Editors Terms

Code Editor
A software tool used to write and modify source code, often with features like syntax highlighting, linting, autocomplete, debugging integration, and project...
Code Snippet
A small reusable fragment of code, often shared in documentation, templates, chat, or editor tooling to illustrate or insert a common pattern quickly. Snippets...
Cursor IDE
An AI-focused code editor and IDE built around conversational coding assistance, repo context, and automated editing workflows.
Emacs Community
The long-standing community of users and contributors around the Emacs editor and its ecosystem of extensions, configuration, and culture. In developer...
Language Server
A tool that provides editor features such as autocomplete, diagnostics, go-to-definition, and refactoring support through the Language Server Protocol or...
Rust Analyzer
The language-server implementation and analysis engine used to power Rust editor support such as completion and diagnostics.
Vim Community
The ecosystem of users, plugin authors, maintainers, and educators around the Vim editor and its workflows. In developer culture, the Vim community is known...
Vim Plugin
An extension that adds features or workflow support to the Vim editor. In editor culture, Vim plugins are a major way users adapt the tool to specific...
Vim vs Emacs
The long-running cultural rivalry between the text editors Vim and Emacs, often treated as a playful proxy for deeper preferences about tooling, extensibility,...
VS Code Extension
An extension package that adds features, integrations, or language support to Visual Studio Code. In tooling culture, VS Code extensions are the main way the...
WYSIWYG
Short for 'what you see is what you get,' describing editors where the on-screen formatting closely matches the final output. The term is common in content,...

Related Topics