Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 2 - Package Control installed but the list not shown

I am using Sublime Text 2 for Mac. I have installed the Package Control for Sublime Text 2, following the instructions from https://sublime.wbond.net/installation#st2 without any trouble. However, when I open up Ctrl+Shif+P to search for available packages, it does not show any.

See the image screenshot here

Do you have any solutions for it? I try restart Sublime but it doesn't solve the problem.

like image 881
phanatuan Avatar asked Jan 30 '14 07:01

phanatuan


People also ask

How do I see what packages are installed in Sublime Text?

You can find a list of all the packages installed in your Sublime Text editor with Package Control. First open Package Control from Preferences > Package Control as before. Now click on Package Control: List Packages from the list as marked in the screenshot below.

How do I open package control in Sublime Text 3?

Steps for Installing Package Control (Sublime Text 3): Open the Command Palette: Press Ctrl+Shift+P (Windows) or Cmd+Shift+P (OS X). Type 'install' in the Command Palette input box, which should autocomplete to 'Install Package Control. ' Press Enter to select it. Sublime Text 3 will start installing Package Control.


1 Answers

Take a look in your user Preferences.sublime-settings and remove the Package Control from the "ignored_packages" list if it is there.

If you use a Linux based system, you may have to check permissions of /home/user/.config/sublime-text-3. Check if the directory is owned by your user. If not, change the owner user for that directory.

like image 192
alfakini Avatar answered Sep 25 '22 03:09

alfakini