intellij idea guide

实用插件

  1. CodeGlance

  2. google-java-format

  3. alibaba java coding guidelines

  4. lombok

  5. maven helper

  6. visualVM launcher

  7. markdown support

  8. string manipulation

  9. ace jump

  10. 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$
 *
 */

https://asmcn.icopy.site/awesome/vertx-awesome/

https://vertx-starter.jetdrone.xyz/#gradle

你可能感兴趣的:(intellij idea guide)