2011年6月23日 星期四

FD的plugin與快捷鍵

Trace-0.2_Plugin
Ctrl +0 產生trace
Duplicate-0.3_Plugin
Ctrl +D 重製
Ctrl +ALT+D 製會型重製
FDFlexFormatter_0.2
Ctrl + Shift + F 程式整理排列
Ctrl + Shift + 1 //自動匯入類別, 產生 Event Handler, Method override, 產生 Getter/setter, 自動宣告變數(或本地變數轉成類別變數), 實做介面方法...等等
Ctrl + B //插入 Snippet
Ctrl + Shift + K //插入色碼
-------------------------------------------
Ctrl + Shift + Space //出現程式碼提示
Ctrl + Alt + Space //類別提示
F1 //(提示區塊有 ... 時)展開訊息
F4 //尋找宣告(如在call function的地方按, 可以跳到該function)
Shift + F4 //從宣告返回(按了F4後回去用的)
Ctrl + D //游標所在行複製並貼上新行
Ctrl + Q //單行註解
Ctrl + Shift + Q //取消單行註解
Ctrl + Shift + F //程式碼收合
Ctrl + Shift + A //程式碼全部收合
Ctrl + Shift + E //程式碼全部展開
Escape: Hide the completion list or method call-tip.
F1: when you see "..." in a (yellow) tip, you can press F1 to see a more detailed tip.
F4: go to declaration of element at cursor location.
Shift+F4: jump back after F4 or code generation operations.
Ctrl+Space: contextual completion list - also, pressTab to expand snippets like 'for', 'while', etc.
Ctrl+Shift+Space: method call-tip (the yellow window with current method's signature)
Ctrl+Alt+Space: list all project classes (as after ':' or keywords like "new")
Ctrl+Shift+1:
contextual code generation

沒有留言:

張貼留言