环境

IntelliJ IDEA:2018.3.5专业版

前言

现在要慢慢的转用IntelliJ IDEA,个人笔记

隐藏不想看到的文件

按快捷键ctrl + alt + s,或者File -> Settings

IntelliJ IDEA 常用配置

Editor -> File Types -> ignore files and folders

我设置的是.classpath;*bin;*.settings;.project;*iml

参考地址:https://blog.csdn.net/feicongcong/article/details/79061151

设置项目编码

按快捷键ctrl + alt + shift s,或者File -> Settings

Editor -> File encodings 找到Project Encoding

IntelliJ IDEA 常用配置

设置依赖

按快捷键ctrl + alt + shift s,或者File -> Project Structure...

路径:Project Settings -> Modules -> Dependencies

图片上写错了,是导入eclipse项目
IntelliJ IDEA 常用配置

自动补全不区分大小写

按快捷键ctrl + alt + shift s,或者File -> Settings

路径:Editor -> General -> Code Completion -> Match case 勾勾去掉
IntelliJ IDEA 常用配置

相关文章: