The Sublime Text package manager
The Sublime Text package manager. It allows users to find, install, and keep packages up to date.
The easiest way to install is ...
Command Palette using Ctrl+Shift+P or use menu item Tools → Command Palette....Install Package Control.[!WARNING]
Package Control 3.4.1 is installed up to ST4200, which may fail loading on some modern OSs if required OpenSSL 1.1.1 libraries are missing.
If that happens, please follow the manual install steps.
Run Package Control: Upgrade/Overwrite All or restart Sublime Text to update to Package Control 4.
Open Sublime Text's console.
Paste and run the following script:
from urllib.request import urlretrieve; urlretrieve(url="https://download.sublimetext.com/Package%20Control.sublime-package", filename=sublime.installed_packages_path() + '/Package Control.sublime-package')
[!NOTE] Package Control.sublime-package is exactly the same as if it were downloaded by the installer.
All primary features are exposed through the Command Palette.
To install a package:
Command Palette using Ctrl+Shift+P or menu item Tools → Command Palette....Package Control: Install Package.For more features, see:
Original documentation can be found at https://packagecontrol.io/docs or community driven documentation at https://docs.sublimetext.io.
Make sure latest version of Package Control is installed
Command PalettePackage Control: List Packages commandPackage ControlLook at Sublime Text Console (ctrl+`) to see if any python errors are listed
Review the list of open GitHub issues to see if the problem has already been reported
Please do not comment on a closed issue, but feel free to reference it from a new one
To provide the info necessary to help solve the issue, please generate a debug log. To do this:
Package Control is licensed under the MIT license.
…
No open issues yet, or sync has not completed.