Sidebar Enhancement plugin installed but not working

12,381

Solution 1

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

Solution 2

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.

Share:
12,381
dkode
Author by

dkode

Updated on June 04, 2022

Comments

  • dkode
    dkode about 2 years

    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?