Intellij IDEA使用经验

1,Intellij IDEA中资源文件(属性文件/properties文件)编辑时中文的自动转码Settings->File encoding,选中Transparent native-to-ascii conversion即可。参考网址:http://www.intellij.org.cn/bbs/viewtopic.php?f=3&t=1712

2,Intellij IDEA JAVA反编译插件:http://plugins.jetbrains.com/plugin/7100?pr=

在settings-plugins搜索Java Decompiler IntelliJ Plugin,安装后重启即可,取代默认的。

3,Ctrl+F12,可以显示当前文件的结构即所有类方法,

 

ctrl简称C Alt简称A

1,在idea中查找类是C+N,而在eclipse中是C+T,

2,在idea中版本控制的文件是workspace下的vcs.xml,版本更新或建立仓库时不要覆盖此文件.

3,Intellij IDEA中资源文件(属性文件/properties文件)编辑时中文的自动转码,Settings->File encoding,选中Transparent native-to-ascii conversion即可.参考网址:http://www.intellij.org.cn/bbs/viewtopic.php?f=3&t=1712

 

待续。。。

你可能感兴趣的:(intelliJ idea)