步驟
1. 安裝 套件 phpunit kit
2. 安裝套件 fix mac path
3. 在 sublime 設定檔加上 "additional_path_items": [] ,以後加上你 phpunit 的路徑
目前分類:Sublime Text (7)
- Oct 11 Tue 2016 10:33
[Sublime] 安裝 phpunit kit 及修正路徑錯誤問題
- Sep 09 Wed 2015 12:11
[Sublime Text] Go To Definition - 快速跳到 function 定義的檔案及位置
- Sep 09 Wed 2015 09:57
[Sublime Text] TodoReview - 讓你快速切換專案裡的 todo 註解
- Nov 25 Mon 2013 13:53
[Sublime2] 語法檢查套件 SublimeLinter
參考:
http://www.cnblogs.com/lhb25/archive/2013/05/02/sublimelinter-for-js-css-coding.html
http://www.liudon.org/?p=1046
- Nov 11 Mon 2013 10:24
[Sublime] 快速尋找程式裡的 function 及變數
快速尋找 function
Ctrl + R
快速找到變數
Ctrl + P + #
- Sep 07 Sat 2013 13:47
[Sublime2] 整理一下目前有在使用的外掛
1. Alignment
幫助對齊程式碼的工具
2. Bracket Highlighter
強化目前區塊的高亮
- Aug 11 Sun 2013 18:17
[Sublime2] 關閉 "記憶已經開啟的文件" 功能
找了好久,終於找到了,在偏好設定
// Exiting the application with hot_exit enabled will cause it to close // immediately without prompting. Unsaved modifications and open files will // be preserved and restored when next starting. // // Closing a window with an associated project will also close the window // without prompting, preserving unsaved changes in the workspace file // alongside the project. "hot_exit": true, // remember_open_files makes the application start up with the last set of // open files. Changing this to false will have no effect if hot_exit is // true "remember_open_files": true,
請將這兩個設定一起改為 false 就好了