Sidebar Enhancement plugin installed but not working

自作多情 提交于 2019-12-01 00:44:19
BoredToolBox

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.

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

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