前提是裝了
SublimeLinter插件
colorcoder插件
Flatland 主題
Anonymous Pro 字體
then,sublime preference - settings - User的設置可以是這樣的:
{
"auto_complete_with_fields": true,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Colorcoder/Flatland Dark (Colorcoded) (SL) (Colorcoded).tmTheme",
"default_encoding": "UTF-8",
"fold_buttons": true,
"font_face": "Anonymous Pro",
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"original_color_scheme": "Packages/User/SublimeLinter/base16-eighties.dark (SL).tmTheme",
"remember_open_files": true,
"smart_indent": true,
"tab_size": 4,
"word_wrap": true
}
這樣子的設置,還算不錯。
大勝利??!