一、定位代码
1、跳转:若干快捷键,可通过find action查询。
2、搜索
二、代码助手
1、列操作
2、live template 代码模板
3、postfix .模板
4.alt enter快捷键
自动创建函数(create method)
list replace:Replace with foreach,自动简化代码的书写,让代码看起来更简单
对sout的字符串的format或者转换StringBuilder:
快速实现接口:
纠正单词拼写:Type Change to
自动提示导包:
三、提升代码质量
1、重构
原文:https://www.cnblogs.com/lc4j/p/11028568.html