Sublime Text

Sublime Text is a proprietary, cross-platform text editor for code, markup, and prose, known for its performance and minimalist user interface (UI).

It supports multi-cursor and multi-selection editing, search and replace, project-aware navigation (goto anything), and has a Command Palette. Behaviors, such as key bindings, themes, settings, are configurable via text-based settings files. It includes built-in vi-style modal editing via the Vintage package, which is disabled by default.

Sublime Text is highly extensible through a Python plugin API, and the community typically installs packages via Package Control.

For Python programming, a common setup include the LSP package plus helpers like LSP-pyright for language features and LSP-ruff for linting.

Official website: sublimetext.com


By Leodanis Pozo Ramos • Updated Dec. 18, 2025