专注于分布式,性能优化,代码之美

工具学习:IDEA的Setting通用设置总结

工具学习:IDEA的Setting通用设置总结
IDEA的官网地址:https://www.jetbrains.com/idea/

1.关闭Intellij IDEA自动更新
目录:setting --》Appearance & Behavior–》System Settings --》Updates
操作:将“Automatically check updates for”取消勾选

2.隐藏.idea文件夹和.iml等文件
目录:setting --》Editor --》File Types
操作:在”Ignore files and folders”一栏添加 *.idea;*.iml;等配置

3.每次启动打开启动界面而不是打开最后一个关闭的项目
目录:setting --》Appearance & Behavior --》System Settings
操作:将“Reopen last project on startup”取消勾选

4.自动编译开关
目录:setting --》Build,Execution,Deployment --》Compiler
操作:将“Build project automatically”勾选

5.智能导包开关
目录:setting --》Editor --》General --》Auto Import
操作:将Other中的“Show quyck documentation on mo”后的下拉框选为“All”,并将其下的选项均勾选

6.悬浮提示开关
目录:setting --》Editor --》General --》Auto Import
操作:将Other中的“Show quyck documentation on mouse move”勾选。

7.忽略大小写开关(修改自动完成大小写规则)
目录:setting --》Editor --》General --》Code Completion
操作:将“Case sensitive completion”后的下拉框选为“None”

8.取消单行显示tabs的操作
目录:setting --》Editor --》General --》Editor Tabs
操作:将Tab Appearance中的“Show tabs in single row”勾选。

9.设置显示tabs的个数,超过限定个数,自动关闭最少使用的tab
目录:setting --》Editor --》General --》Editor Tabs
操作:修改Tab Closing Policy中的“Tab limit”个数。

10.项目文件编码
目录:setting --》Editor --》File Encodings
操作:包含Global Encoding, Project Encoding等编码设置。
Transparent native-to-ascii conversion的意思是:自动转换ASCII编码。工作原理是:在文件中输入文字时他会自动的转换为Unicode编码,然后在idea中发开文件时他会自动转回文字来显示。

11.Ctrl+滚轴修改字体大小
目录:setting --》Editor --》General
操作:将“Change font size(Zoom) with Ctrul |+ Mouse Wheel”勾选

12.设置行号显示
目录:setting --》Editor --》General --》Appearance
操作:将“Show line numbers”勾选

13.设置属性,变量的等号对齐
目录:setting --》Editor --》Code Style --》Java
操作:将“Wapping and Braces”中“Group dealarations”的“Align fields in columns”勾选
————————————————
 原文链接:https://blog.csdn.net/qq_29229567/article/details/84955499

posted on 2022-09-03 14:30  xiaohouye  阅读(751)  评论(0编辑  收藏  举报

导航

今日之劳累是为了铸造明日之辉煌,不管年龄多少,都无法阻挡我对软件艺术的追求!