- Alignment 對齊工具
- Bracket Highlighter 標籤標示
- color Highlighter 顏色標示
- emmet 編譯工具
- liveRload 自動重整 搭配 瀏覽器 plugin
- HTML / CSS / JS Prettify 美化工具
- Seti_UI ST UI介面
- minifier 壓縮工具
- scss 就scss
setting User 文件內容:
{
"Seti_SB_med": true,
"Seti_blue_tab_label": true,
"Seti_orange_button": true,
"Seti_orange_label": true,
"Seti_pad_5": true,
"Seti_sb_big_padding": true,
"Seti_sb_tree_med": true,
"font_size": 14,
"ignored_packages":
[
"CSS3",
"Vintage",
"ImageMagick"
],
"margin": 4,
"tab_size": 4,
"theme": "Seti.sublime-theme"
}
"Seti_SB_med": true,
"Seti_blue_tab_label": true,
"Seti_orange_button": true,
"Seti_orange_label": true,
"Seti_pad_5": true,
"Seti_sb_big_padding": true,
"Seti_sb_tree_med": true,
"font_size": 14,
"ignored_packages":
[
"CSS3",
"Vintage",
"ImageMagick"
],
"margin": 4,
"tab_size": 4,
"theme": "Seti.sublime-theme"
}
key bindings - user :
[
{ "keys": ["ctrl+shift+r"], "command": "reindent" , "args": {"single_line": false}}
]