我的 IntelliJ IDEA 个人设置
此博客用于IDEA设置中的搜索框,填入关键词可快速的定位目标设置。
记录均为博主常用设置,持续更新中…
如果你觉得有好用的设置,欢迎你在评论模块留言!
快速查看
-
显示方法分割符
- Show method separators
-
多行标签页
- Show tabs in one row
-
隐藏文件
- ignore
- .idea;out;*.iml;
- ignore
-
显示快速文档提示
- Show quick documentation on mouse move
-
自动导包
- 动态添加明确的导入
- Add unambiguous imports on the fly
- 动态优化导入(对于当前项目)
- Optimize imports on the fly(for current project)
- 动态添加明确的导入
-
使用鼠标滑轮改变字体大小
- Change font size(Zoom) with Ctrl+Mouse Wheel
-
关闭自动折叠
- code folding
显示方法分割符
Show method separators
设置页面:
修改设置后:
多行标签页
Show tabs in one row
设置页面:
修改设置后:
隐藏文件
ignore .idea;*.iml;out;
需要被隐藏的文件夹的格式:file;
需要被隐藏文件的格式:*.file;
以文件夹".idea"和"out"以及文件"DataStructure&Algorithm.iml"为例:
修改设置页面:
修改设置后:
显示快速文档提示
Show quick documentation on mouse move
以Arrays静态类的"Sort方法"和"toString方法"为例:
修改设置页面:
修改设置后:
自动导包
auto Import
Add unambiguous imports on the fly
动态添加明确的导入
Optimize imports on the fly(for current project)
动态优化导入(对于当前项目)
使用鼠标滑轮改变字体大小
Change font size(Zoom) with Ctrl+Mouse Wheel
按住Ctrl键,移动鼠标轮滑,改变字体大小
修改设置页面:
关闭自动折叠
code folding
以关闭单行的方法为例。
修改设置页面: