Sublime插件

Posted 夕兮曦兮

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Sublime插件相关的知识,希望对你有一定的参考价值。

1.SideBarEnhancements

根据图示打开设置侧边栏增强插件的快捷键文件,键入如下内容即可更加快捷键用预设程序打开文件(注意修改打开程序的本地路径):

[
{ "keys": ["ctrl+`"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },//打开控制台命令,系统的不起作用了,在此增加此快捷键修复此功能 

/*{ "keys": ["alt+f12"], "command": "side_bar_open_in_browser", "args":{"paths":[], "type":"production", "browser":""} },*/

{ "keys": ["ctrl+shift+alt+p"], "command": "copy_path" },//ctrl+shift+c与颜色选择插件冲突,修改

//chrome 
{ "keys": ["f1"], "command": "side_bar_files_open_with", "args": { "paths": [], "application": "C://Program Files (x86)//Google//Chrome//Application//chrome.exe", "extensions":".*" } },

//firefox 
{ "keys": ["f2"], "command": "side_bar_files_open_with", "args": { "paths": [], "application": "D://Program Files (x86)//Mozilla Firefox//firefox.exe", "extensions":".*" /*匹配任何文件类型 */} },

//ie 
{ "keys": ["f3"], "command": "side_bar_files_open_with", "args": { "paths": [], "application": "C://Program Files//Internet Explorer//iexplore.exe", "extensions":".*" } },

]

  

以上是关于Sublime插件的主要内容,如果未能解决你的问题,请参考以下文章

sublime text 3 添加代码片段

如何在Sublime Text中添加代码片段

sublime text3 增加代码片段(snipper)

Sublime Text自定义snippet

sublime新代码段

一个前端程序猿的Sublime Text3的自我修养