sublimehq / package_control
The Sublime Text package manager
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing sublimehq/package_control in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewPackage Control The Sublime Text package manager. It allows users to find, install, and keep packages up to date. Installation Sublime Text Installer Tool The easiest way to install is ... • Open using Ctrl+Shift+P or use menu item . • Choose . • Hit Enter . > [!WARNING] > > 1. 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. > > 2. Run _Package Control: Upgrade/Overwrite All_ > or restart Sublime Text to update to Package Control 4. Manual Install • Open Sublime Text's console. • Paste and run the following script: > [!NOTE] > > Package Control.sublime-package is exactly the same > as if it were downloaded by the installer. Usage All primary features are exposed through the Command Palette. To install a package: • Open using Ctrl+Shift+P or menu item . • Choose . • Select a package from the list and hit Enter . For more features, see: • https://packagecontrol.io/docs/usage • https://docs.sublimetext.io/guide/package-control/usage Documentation Original documentation can be found at https://packagecontrol.io/docs or community driven documentation at https://docs.sublimetext.io. Bug Reports If you find a bug with Package Control, please follow the directions at https://packagecontrol.io/docs/issues to submit an issue. License Package Control is licensed under the MIT license.