必备插件:
快捷键:
(常用)
(大全)
插件安装方法:
首先安装PackageControl,推荐安装方法:Ctrl+Shift+P,然后输入Pack,找到PackageControl:Install Package,点击安装。
插件在线下载地址:
个人常用插件:
中文汉化 ChineseLocalizations推荐主题 Materialize侧栏扩展 SideBarEnhancementsGBK编码兼容 ConvertToUTF8前端神器 EmmetJS格式化 JsFormat快速注释 DocBlockr文件对比 FileDiffs快速加载文件名 AutoFileName自动注释头部 FileHeaderFTP工具 SFTPjQ函数提示 jQuery
个人设置:
{ "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":".*" } },]