Sublime Text Plugins
Package Control is the package manager for Sublime Text, allowing you to easily discover, install, and manage plugins and themes to extend the editorβs functionality.
π Getting Startedβ
-
Install Package Control:
Visit packagecontrol.io/installation and follow the instructions for your Sublime Text version. -
Open the Command Palette:
- macOS:
ββ§P
- Windows/Linux:
Ctrl+Shift+P
- macOS:
-
Install Packages:
- Type
Package Control: Install Package
and press Enter. - Search for the desired plugin and select it to install.
- Type
π οΈ Recommended Pluginsβ
Utilityβ
- Vintageous β Vim emulation for Sublime Text.
- MarkdownEditing β Enhanced Markdown editing with better syntax and color schemes.
Lintingβ
- SublimeLinter β Framework for code linting.
Themes & Appearanceβ
- Ayu theme β Popular color theme.
- File Icons β Adds file-specific icons to the sidebar.
π Useful Linksβ
π Notes & Troubleshootingβ
- If you have issues installing plugins like MarkdownEditing, see this issue.
- You can manage installed packages via the Command Palette:
Package Control: List Packages
Package Control: Remove Package
- Settings for most plugins can be customized via Preferences > Package Settings.