首页 > 其他 > 详细

IntelliJ IDEA配置

时间:2021-03-31 14:09:40      阅读:30      评论:0      收藏:0      [点我收藏+]

1、File》Settings》Appearance&Behavior》设置主题
2、File》Settings》Appearance&Behavior》Appearance》设置窗体及菜单栏的字体大小
3、File》Settings》Editor》Color Scheme》设置编辑区字体及颜色
4、plugins设置插件
5、Editor》General》Change font size(Zoom)with Ctrl+Mouse Wheel》通过ctrl+鼠标滚轮改变字体大小
6、Editor》General》Show quick documentation on mouse move》设置鼠标悬浮自动提示
7、Editor》General》Auto Import》Insert Imports on paste:All 全部自动导包
Add unambiguous imports on the fly:动态添加明确的导入
Optimize imports on the fly(for current project):动态优化导入
8、Editor》General》Appearance》Show line numbers、Show method separators:显示行号和方法分隔符
9、Editor》General》Code Completion》Case sensitive completion:None,智能提示忽略大小写
10、Editor》General》Editor Tabs》Show tabs in single row 取消单行显示tabs
11、Editor》Font》设置字体大小 Consolas、18
12、Editor》Color Scheme》Language Defaults》Comments》设置注释的颜色
13、Editor》File and Code Templates》Includes》File Header》设置文件头部注释信息
/**
@author jay
@create ${YEAR}-${MONTH}-${DAY} ${TIME}
*/
14、Editor》File Encodings》项目编码集UTF-8,全部改成UTF-8,勾选Transparent native-to-ascii conversion
15、Build Execution Deployment》Compiler》Build project automatically、Compile independent modules in parallel 自动生成项目、并行编译独立模块,文件修改,运行时自动编译
16、File》Power Save Model不能勾选
17、

IntelliJ IDEA配置

原文:https://www.cnblogs.com/xsj1989/p/14600596.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!