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

我怕爱的太早我们不能终老 提交于 2019-12-03 06:15:35

问题


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.


回答1:


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.




回答2:


Click the Preferences > Browse Packages and check whether Package control file is there or not.

You can manually put package control file there by downloading it from here and get rid of issues.




回答3:


I had the same problem. I had to restart my computer to properly reset Sublime Text 2. It seems from your comment that you also got the Package Control list to show up after restarting your computer.

Your screenshot image is currently broken, but make sure you have the zipfile "Package Control.sublime-package" in the Installed Packages directory.




回答4:


Open the console and run this command:

curl http://sublime.wbond.net/Package%20Control.sublime-package -o ~/Library/Application\ Support/Sublime\ Text\ 2/Installed\ Packages/Package\ Control.sublime-package

Then restart sublime.

See this issue: https://github.com/wbond/sublime_package_control/issues/652



来源:https://stackoverflow.com/questions/21450091/sublime-text-2-package-control-installed-but-the-list-not-shown

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!