Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the most practical way to list all the installed packages in Sublime Text 3?

I installed a bunch of packages lately on my Sublime Text 3 Editor. I don't keep track of what I installed, but now I would like to know all the packages that I've installed, just to keep as a reference.

I tried type : cmd + shift + P , then type : list

enter image description here

After see Pckage Control: List Packages then press Enter

I will then see all the list of packages. Great, but not yet perfect !

enter image description here

I'm wondering if there is a better way to list them in a much more readable format, can-copy them if possible.

What is the most practical way to list all the installed packages in Sublime Text 3 ?

like image 758
code-8 Avatar asked May 02 '15 13:05

code-8


2 Answers

Assuming you're using Package Control to install everything, you can get the full list of installed packages by going to Preferences -> Package Settings -> Package Control -> Settings-User. This will open up the user settings for Package Control in JSON format (just like all other Sublime settings files), and within it the "installed_packages" list contains every single package installed via Package Control, regardless of whether it includes a submenu in Preferences -> Package Settings or not.

like image 105
MattDMo Avatar answered Sep 23 '22 16:09

MattDMo


I just notice if we go to top menu and click on :

Sublime Text > Preferences > Package Settings

We will see a list of all the packages that we installed.

enter image description here

like image 28
code-8 Avatar answered Sep 23 '22 16:09

code-8