美文网首页
Intellij idea guide

Intellij idea guide

作者: 赐我理由在披甲上阵 | 来源:发表于2019-08-05 14:52 被阅读0次

实用插件

  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

      本文链接:https://www.haomeiwen.com/subject/owcmdctx.html