http://www.web-0318.com/Index-show-nid-12.html
地址:
google 一下SideBarEnhancements-st3 在https://github.com/titoBouzout/SideBarEnhancements/tree/st3 下载安装包
下载解压 打开sublime text3 > preferences > browse packages 复制过去 重启软件
打开 sublime text3 > preferences > package settings > side bar > key bindings user 复制下面代码,设置浏览器路径及打开的快捷键
//chrome
{ “keys”:[“f2”], “command”:”side_bar_files_open_with”,
“args”:{
“paths”:[],
“application”:”C:\Program Files (x86)\Google\Chrome\Application\chrome.exe”,
“extensions”:”.*”}},
//ie
{ “keys”:[“f3”], “command”:”side_bar_files_open_with”,
“args”:{
“paths”:[],
“application”:”C:\Program Files (x86)\Internet Explorer\iexplore.exe”,
“extensions”:”.*”}},