eclipse 与 idea 集锦

1、idea 可以直接打开jar中的class
2、关于idea的多线程发现,在调试时发现断点每次都断在那里,但是总感觉后面来的线程就断不住了。事实证明,idea默认不是多线程调试,ctrl + shift + F8 调出页面eclipse 与 idea 集锦

3、开通idea自动编译功能:
ctrl shift a 查找 make project automatically 选中
然后 查找Registry 勾选 compiler.automake.allow.when.app.running

4、idea中的System.getProperties(“user.dir”);
对应eclipse 与 idea 集锦working directory

5、ctrl + alt + o :idea 自动整理包引入

6、idea 怎么快速生成setter 和 getter