必備插件:html
https://www.xuanfengge.com/practical-collection-of-sublime-plug-in.html前端
快捷鍵:chrome
http://www.javashuo.com/article/p-brocrxrm-ce.html (經常使用)app
http://www.jb51.net/softjc/153746.html (大全)ide
插件安裝方法:函數
首先安裝PackageControl,推薦安裝方法:Ctrl+Shift+P,而後輸入Pack,找到PackageControl:Install Package,點擊安裝。工具
插件在線下載地址:https://packagecontrol.io/browse編碼
我的經常使用插件:spa
中文漢化 ChineseLocalizations
推薦主題 Materialize
側欄擴展 SideBarEnhancements
GBK編碼兼容 ConvertToUTF8
前端神器 Emmet
JS格式化 JsFormat
快速註釋 DocBlockr
文件對比 FileDiffs
快速加載文件名 AutoFileName
自動註釋頭部 FileHeader
FTP工具 SFTP
jQ函數提示 jQuery
我的設置:.net
{
"bold_folder_labels": true,
"color_scheme": "Packages/Materialize/schemes/Material One Dark.tmTheme",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Color Scheme - Default",
"Color Scheme - Legacy",
"Material Theme",
"Theme - Default",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"material_theme_bullet_tree_indicator": true,
"preview_on_click": false,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Material One Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"word_wrap": true
}
我的快捷鍵設置:
[
{ "keys": ["alt+space"], "command": "auto_complete" },
{ "keys": ["alt+space"], "command": "replace_completion_with_auto_complete", "context":
[
{ "key": "last_command", "operator": "equal", "operand": "insert_best_completion" },
{ "key": "auto_complete_visible", "operator": "equal", "operand": false },
{ "key": "setting.tab_completion", "operator": "equal", "operand": true }
]
},
{ "keys": ["ctrl+alt+d"], "command": "goto_definition" },
{ "keys": ["ctrl+up"], "command": "swap_line_up" },
{ "keys": ["ctrl+down"], "command": "swap_line_down" },
{ "keys": ["ctrl+shift+c"], "command": "copy_path" },
{ "keys": ["f12"], "command": "side_bar_files_open_with",
"args": {
"paths": [],
"application": "D:/Program Files/Mozilla Firefox/firefox.exe",
"extensions":".*"
}
},
{ "keys": ["ctrl+f12"], "command": "side_bar_files_open_with",
"args": {
"paths": [],
"application": "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe",
"extensions":".*"
}
},
]