sublime text3 =我的插件

一、sublime text3漢化插件安裝。css

ctrl+shift+p → Package Control:Install Package → ChineseLocalizationhtml

preferences → help 「language」 → Simplified Chinesepython

二、Python編譯環境git

安裝SublimeREPL,基本可執行非交互指令github

交互指令→Tools -> SublimeREPL -> Python -> RUN current filechrome

交互指令快捷執行→ perferences -- key bindings user 中粘貼以下代碼(快捷鍵f4可自定義)
app

 

1 [ {"keys":["f4"],
2 "caption": "SublimeREPL: Python - RUN current file",
3 "command": "run_existing_window_command", "args":
4 {
5 "id": "repl_python_run",
6 "file": "config/Python/Main.sublime-menu"
7 }}
8 ]

 三、Html編譯插件 view in browoser  //推薦http://codepen.io/pen/ 作html/csside

     右鍵 > View In Browser(快捷鍵是ctrl + alt + v)spa

 

1 //chrome
2 {
3    "keys":["ctrl+f6"], "command":"side_bar_files_open_with",
4    "args":{
5       "paths":[],
6       "application":"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
7       "extensions":".*"
8    }
9 }

 

四、Emmet 新手慎插件

五、ColorPicker (ColorPicker 是一個基於 jQuery UI 的顏色拾取器,支持多種選擇樣式。)

若是你常常要查看或設置顏色值,這個插件能夠很方便地調用你本機的調色板應用。(譯者擴充:)這是一個雙向的功能,你既能夠在調色板中選擇一個顏色,而後按「肯定」按鈕把該值填寫到 SublimeText 中活動文檔的當前位置,也能夠在活動文檔中選擇一個顏色的值,按此插件的快捷鍵就會在顯示的調色板中定位到該值所對應的顏色。

相關文章
相關標籤/搜索