实用插件
-
CodeGlance
-
google-java-format
-
alibaba java coding guidelines
-
lombok
-
maven helper
-
visualVM launcher
-
markdown support
-
string manipulation
-
ace jump
-
jrebel
主题设置
sublime text 2
consolas 15号字体
快捷键
find:
find class, file, symbol: ctl N
find global: ctl shift F
navigate:
navigate class: ctl B
navigate file structure: ctl F12
implement method: ctl I
override: ctl O
sub class: ctl H
view:
view docs: ctl Q
go to line: clt G
close flie: shift + click
scroll between method: alt up/down
code:
use template: ctl J
refactor: shift F6
auto complete: ctl space
smart complete: ctl shift space
code comment template:
*
* @Author $user$
* @Date $time$ $date$
*
*/
网友评论