IntelliJ IDEA常用操作

1.清除缓存

删除:

.IntelliJIdea14\system\caches

.IntelliJIdea14\system\vcsCache

.IntelliJIdea14\system\tmp

2.Restart

File-->Invalidate and Restart

3.将控制台信息输出到文件

配置server界面-->logs-->Save console output to file:-->选择文件

4.查找替换

支持正则表达式,勾选Regex

5.删除项目

file-->close project

打开其它项目后 file-->reopen-->clear list--> 找到项目目录,删除项目即可

6.change template

File-->Settings-->File Templates.

7.代码模板

File-->Setting-->Live Templates

8.代码检查

Analyze-->inspect code


你可能感兴趣的:(IntelliJ IDEA常用操作)