IDEA(2018.3)通用设置

#1.IDEA配置(File -> Settings) **1.配置类的注解** >URL: File -> Settings -> Editor -> File and Code Templates ->Includes -> File Header ![类的注解](https://upload-images.jianshu.io/upload_images/14413900-56d7dda35ccd3338.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) *** **2.搜索添加新插件** >URL: File -> Settings -> Plugins -> Marketplace ![搜索添加新插件](https://upload-images.jianshu.io/upload_images/14413900-6031ae2e8cfff934.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) *** **3.智能导入包** >URL:File -> Settings -> Editor -> General -> Auto Import ![智能导入包](https://upload-images.jianshu.io/upload_images/14413900-550047a06ac09fc3.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) *** **4.提示忽略大小写** >URL:File–>Settings–>Editor–>General–>Code Completion–>Mach case的勾取消掉 ![提示忽略大小写](https://upload-images.jianshu.io/upload_images/14413900-e28767eb24c0c618.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) *** **5.打开悬浮提示信息** >URL:File–>Settings–>Editor–>General ![打开悬浮提示信息](https://upload-images.jianshu.io/upload_images/14413900-d16fd0ce4bb819d3.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) *** **6.Ctrl+滚轮修改字体大小** >URL:File–>Settings–>Editor–>General ![Ctrl+滚轮修改字体大小](https://upload-images.jianshu.io/upload_images/14413900-3b6903210e621bc6.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) *** **7.去除注解参数和方法中局部变量有下划线,实线** >URL:File–>Settings–>Editor–>Java ①.注解参数:Darcula–>Comments–>JavaDoc–>Tag ②.局部变量:Darcula–>Variables–>Local variable && Reassigned local variable ![去除注解参数和方法中局部变量有下划线,实线](https://upload-images.jianshu.io/upload_images/14413900-086263cd3f7994a5.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) *** **8.配置本地maven** >URL:File–>Settings–>Build,Execution,Deployment–>Build Tools–>Maven PS:直接搜索maven最快 ![配置本地maven](https://upload-images.jianshu.io/upload_images/14413900-a5accb5ec97a7a07.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

你可能感兴趣的:(IDEA(2018.3)通用设置)