问题描述
系统配置: Sublime text3 build 3065 + Ubuntu 14.04
我想在浏览器中添加预览,发现 边栏增强(SBE) 是最好的插件.以下是我已完成的步骤
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
- 添加了文件夹,并在ST3中创建了项目和工作空间
-
按照说明安装[SBE].首先删除SBE的先前实例,然后通过Package Control安装
- Folder added and project and work space created in ST3
Install [SBE], following the instructions. First removed previous instance of SBE and then install via via Package Control
重新启动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?
推荐答案
很抱歉,我得到了答案:
Sorry for the trouble, I got the answer:
SideBarEnhancements 已添加到忽略的程序包中(不知道为什么和方式)
SideBarEnhancements was added in ignored packages (Don't know Why and How)
因此只需从 Preferences.sublime-settings
"ignored_packages":
[
"JSLint",
"CSS3",
"SublimeLinter",
"Vintage",
"SublimeLinter-php",
"SideBarEnhancements", << remove this
"JavaScript"
],
现在一切都很好
这篇关于已安装侧边栏增强插件,但无法正常工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!