本文主要更新從事前端開發(fā)過程當(dāng)中主要用到的一些插件,基于win10且為64位的操作系統(tǒng)。
SideBarEnhancements:增強(qiáng)側(cè)邊欄的插件,可以定義不同的快捷鍵打開不同的瀏覽器糠聪。
如下圖所示,選擇Key Bindings-User,然后把下方的代碼粘貼進(jìn)去
谐鼎、枷颊、、
[
/*{ "keys": ["alt+f12"],
"command": "side_bar_open_in_browser",
"args":{"paths":[], "type":"production", "browser":""}
},*/
{ "keys": ["ctrl+shift+c"], "command": "copy_path" },
//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": "C://Program Files (x86)//Mozilla Firefox//firefox.exe",
"extensions":".*" //匹配任何文件類型
}
},
//opera
{ "keys": ["f3"], "command": "side_bar_files_open_with",
"args": {
"paths": [],
"application": "C://Program Files (x86)//Opera//launcher.exe",
"extensions":".*"
}
},
//ie
{ "keys": ["f4"], "command": "side_bar_files_open_with",
"args": {
"paths": [],
"application": "C://Program Files (x86)//Internet Explorer//iexplore.exe",
"extensions":".*"
}
},
]
该面、夭苗、、