大佬教程收集整理的这篇文章主要介绍了IDE 常用配置,大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。
File > SetTings > Appearance & Behavior > System SetTings
在Startup/Shutdown栏目处,去掉默认的勾选 Reopen last project on startup(在启动的时候打开上次的项目),去掉勾选之后,点击确认
// 这个默认是开启的,如果你勾了Do not ask me again,退出就不会提醒了, 下面是开启操作
File > SetTings > Appearance & Behavior > System SetTings
在Startup/Shutdown栏目处,将Confirm application exit勾选上,应用确认即可
Ctrl + Shift + a --> File Encodings // 快捷定位配置
// 路径 File --> SetTings --> Editor --> File Encodings
Global Encoding // 全局编码: UTF-8
Project Encoding // 项目编码: UTF-8
Default encoding for properties files // properties文件编码: UTF-8
Transparent native-to-ascii conversion // 是否转换成ASCII码保存:建议勾上,团队开发时就和团队保持一致
Ctrl + Shift + a --> Code Completion // 快捷定位配置
// 路径:File --> SetTings --> Editor --> General --> Code Completion
取消勾选 Match case
// 老版本将Case sensitive completion 设置为 "None"
Ctrl + Shift + a --> Code Style // 快捷定位配置
// 路径:File --> SetTings --> Editor --> Code Style --> Java --> scheR_726_11845@e Default --> Imports
① 将Class count to use import with "*" 改为 99(导入同一个包的类超过这个数值自动变为 * )
② 将Names count to use static import with "*" 改为 99(同上,但这是静态导入的)
③ 将Package to Use import with "*"删掉默认的这两个包(不管使用多少个类,只要在这个列表里都会变为 * )
PS:scheR_726_11845@e Default是针对全局的,你也可以只修改某个Project的
以上是大佬教程为你收集整理的IDE 常用配置全部内容,希望文章能够帮你解决IDE 常用配置所遇到的程序开发问题。
如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。
本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。