Sidebar Enhancement plugin installed but not working

吃可爱长大的小学妹 提交于 2019-11-30 19:08:58

问题


system configuration: Sublime text3 build 3065 + Ubuntu 14.04

I want to add preview in Browser and found that Siderbar Enhancement (SBE) is best plugin to do that. Below are the steps i have done

  1. Folder added and project and work space created in ST3
  2. Install [SBE], following the instructions. First removed previous instance of SBE and then install via via Package Control

  3. Restart the ST3.

But still no menu in folder context menu?

Is that any issue with plugin/system or am I missing something? Please help me how to do it?


回答1:


Exactly as posted above. The context menu is added to the folders section. So most probably you are trying to see it when you click on open files.

Here is what you do:

  1. Close side-bar
  2. File > Open Folder > (Open any folder)
  3. View > Show Side Bar

This worked for me.




回答2:


Sorry for the trouble, I got the answer:

SideBarEnhancements was added in ignored packages (Don't know Why and How)

So just remove SideBarEnhancements from Preferences.sublime-settings

"ignored_packages":
    [
        "JSLint",
        "CSS3",
        "SublimeLinter",
        "Vintage",
        "SublimeLinter-php",
        "SideBarEnhancements", << remove this 
        "JavaScript"
    ],

Now everything is fine



来源:https://stackoverflow.com/questions/28167587/sidebar-enhancement-plugin-installed-but-not-working

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