## 第一彈,Sublime Text 3
Sublime Text 3
所有的包都在這里:https://packagecontrol.io/
我常用的:
All Autocomplete //自動提示
AutoFileName //自動補(bǔ)全文件名
BracketHighlighter //括號高亮
Color Highlighter //顏色上色 #000 它會給你弄成黑色的填充背景
ColorPicker //顏色選擇器
DocBlockr //寫注釋用的
Emmet //用css選擇器去寫html tag,very cool tool.
Git //讓你可以在Command+shift+p里面可以使用版本控制工具命令
GitGutter //Git的增加刪除修改伊滋,都會有顏色顯示在行號左邊,便于識別队秩。
Material Theme //我所使用的主題
PackageResourceViewer //瀏覽你所有安裝的包的笑旺,當(dāng)然你也可以自己手動找
Terminal //打開終端在當(dāng)前目錄
我的配置
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".idea"
],
"font_face": "Monaco", //字體樣式
//另外還推薦Source Code Pro or FireCode
"font_size": 12, //字體大小
"highlight_line": true, //高亮輸入行
"ignored_packages":
[
"Vintage"
],
"material_theme_accent_red": true, //紅色的ui
"material_theme_disable_fileicons": false, //開啟文件圖標(biāo)顯示
"material_theme_small_tab": true, //小 tab
"save_on_focus_lost": true, //自動保存
"show_encoding": true, //顯示字符編碼
"spell_check": false, //關(guān)閉拼寫檢查,默認(rèn)關(guān)閉的馍资,有的適合我要打開筒主,所以丟在這里
"auto_indent": true, //自動縮進(jìn)
"caret_style": "phase", //光標(biāo)閃爍的樣式
"match_brackets": true, //匹配符號
"trim_trailing_white_space_on_save": true, //去除每行末尾的空格當(dāng)保存時
"show_tab_close_buttons": false, //隱藏關(guān)閉標(biāo)簽
"hot_exit": true, //熱退出
"theme": "Material-Theme.sublime-theme"
}
修Sidebar欄和Tab欄的字體和大小(我都修改成了Monaco):
Comand + shift + p 選擇 PackageResourceViewer:open....
搜索 Material Theme鸟蟹,選擇進(jìn)入之后乌妙,在選擇 Material-Theme.sublime-theme,找到這些段落建钥,修改成為你想修改的字體樣式藤韵。
//大約327行
// Tab Labels
{
"class": "tab_label",
"fg": [84, 110, 122, 255],
"shadow_color": [255, 255, 255, 0],
"shadow_offset": [0, 0],
"font.size": 10,
"font.italic": false,
"font.face": "Monaco",
"font.bold": false
},
// 大概550行
{
"class": "sidebar_label",
"color": [96, 125, 139],
"font.bold": false,
"font.face": "Monaco",
"font.size": 11,
"font.italic": false,
"shadow_color": [255, 255, 255, 0],
"shadow_offset": [0, 0]
},
## 第二彈,Atom
Github 的 Atom
UI是 Isotope锦针,高亮主題是:Atom Material
一些好玩的插件:
color-picker //顏色選擇
emmet
file-icons //文件圖標(biāo)庫
git-plus //讓你可以在Command+shift+p里面可以使用版本控制工具命令
language-babel // babel 高亮
language-docker // dockerfile 高亮
pigments //顏色選擇器
r-exec //執(zhí)行R語言工具
term2 //在 Atom 標(biāo)簽頁里面打開item2終端
## 第三彈荠察,Intellij系列IDE
地址在這(里面有使用說明):http://www.riaway.com/
也可以去Github里面搜索。
這是我搜索到得一個(有Bug奈搜,晚點(diǎn)再用吧):https://github.com/ChrisRM/material-theme-jetbrains
同步左邊欄顏色用插件 Color Ide
IDEA
Phpstorm
Phpstorm