2015年9月22日 星期二

Sublime text 3 套件紀錄



  1. Alignment  對齊工具
  2. Bracket Highlighter     標籤標示
  3. color Highlighter     顏色標示
  4. emmet    編譯工具
  5. liveRload  自動重整  搭配 瀏覽器 plugin
  6. HTML / CSS / JS Prettify   美化工具
  7. Seti_UI   ST UI介面
  8. minifier 壓縮工具
  9. 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"
}

key bindings - user : 
[
{ "keys": ["ctrl+shift+r"], "command": "reindent" , "args": {"single_line": false}}
]