Sublime Text3 - how to see installed packages ?
Sublime Text3 - how to see installed packages?
The option mentioned by @jackeroo is a command added to the menu by Package Control; it opens up the command palette with a predefined filter for all Package Control commands, and Package Control: List Packages
is one of the items.
If you don’t have Package Control installed, you won’t see that item in the menu and your command palette will not contain any Package Control:
commands.
If you got the latest build of Sublime Text 3:
Tools → Install Package Control
Otherwise, have a look at the installation page.
The file that contains a list of installed packages is located at
~/Library/Application Support/Sublime Text 3/Packages/User/Package Control.sublime-settings
Just thought I’d drop that here in case somebody wanted to have the list in that format.
Actually there is and it is quite simple:
- Ctrl+Shift+P
- Type Package Control: Remove Package
- You see the list of all packages installed.