Sublime Text 3 Install Package not working in Big Sur
Here's how to fix Sublime Text 3 Install Package not working or not showing on package list (command + shift + P)
-
Open the Sublime app
-
Press
cmd
+shift
+p
-
Enter
Browse Packages
and pressEnter
-
This command will open the Finder app
-
-
Go to the
Installed Packages
folder and delete thePackage Control
plugin file (if it exists) -
Select to
Packages
folder (in the same level of theInstalled Packages
folder) and hitcmd
+c
to copy the folder (path) -
Opeb
Terminal
app -
Enter
cd
and paste the folder path (cmd
+v)
. You will see the command like this:cd /Users/[youre-username]/Library/Application Support/Sublime Text 3/Packages
Enter
to go into the folder - Clone the @TheSecEng 's fork
git clone git@github.com:TheSecEng/package_control.git "Package Control"
- Restart Sublime