DO NOT USE THIS TAG UNLESS YOUR QUESTION IS SPECIFICALLY ABOUT SUBLIME TEXT ITSELF. Do not tag your IDE or source code editor in questions about unrelated topics. Sublime Text 4 is the latest version of a multi-language, multi-platform code editor, developed by Jon Skinner and SublimeHQ. It is very fast, highly extensible and customizable, and has a Python API to allow plugins for augmented functionality.
Overview
Sublime Text 4 is the latest version of a multi-language, multi-platform code editor, developed by Jon Skinner and SublimeHQ. It is very fast, highly extensible and customizable, and has a Python API to allow plugins for augmented functionality.
New Features
- Tab multi-select
- Native support for Apple Silicon and Linux on ARM64 processors
- Refreshed UI
- Context-aware autocomplete
- typescript, jsx and tsx support
- Improved syntax definitions
- GPU rendering
- Dual python APIs, supporting python-3.3 (default) and python-3.8. The API has been extended and improved considerably.
- Fully compatible with sublimetext3
- Safe mode (
--safe-mode
command line switch) to simulate a fresh install for troubleshooting - Improved input handling, extended key bindings
- Added
File → Print
, which prints through a web browser.Edit → Copy as HTML
available as well.
The full changelog is available on the downloads page.
Resources
- Home page
- Downloads
- Dev builds (requires license)
- Documentation
- API Documentation
- Unofficial community documentation
- Forum