目前分類:Sublime Text (7)

瀏覽方式: 標題列表 簡短摘要

步驟
1. 安裝 套件 phpunit kit
2. 安裝套件 fix mac path
3. 在 sublime 設定檔加上 "additional_path_items": [] ,以後加上你 phpunit 的路徑

wbkuo 發表在 痞客邦 留言(0) 人氣()

功能
讓你快速跳到目前 function 定義的檔案及位置

安裝
1. 輸入 Ctrl + Shift + P,輸入 install,選擇 [Package Control: Install Package] (如果你尚未安裝 Package Control 請參考這裡)

wbkuo 發表在 痞客邦 留言(0) 人氣()

功能
讓你可以快速瀏灠整個專案的 todo 註解,並快速跳到註解的檔案

安裝

1. 輸入 Ctrl + Shift + P,輸入 install,選擇 [Package Control: Install Package] (如果你尚未安裝 Package Control 請參考這裡)

wbkuo 發表在 痞客邦 留言(0) 人氣()

參考:
http://www.cnblogs.com/lhb25/archive/2013/05/02/sublimelinter-for-js-css-coding.html
http://www.liudon.org/?p=1046


wbkuo 發表在 痞客邦 留言(0) 人氣()

快速尋找 function
Ctrl + R

快速找到變數
Ctrl + P + #

wbkuo 發表在 痞客邦 留言(0) 人氣()

1. Alignment
幫助對齊程式碼的工具

2. Bracket Highlighter
強化目前區塊的高亮

wbkuo 發表在 痞客邦 留言(0) 人氣()

找了好久,終於找到了,在偏好設定

    // 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 就好了


文章標籤

wbkuo 發表在 痞客邦 留言(0) 人氣()