idea2019.3安装完成后的相关配置

一、破解

  • 如果是下载的社区版的可以忽略
  • 不是社区版的可以下载此文件,之后直接拖到安装好的idea中。

二、基本配置

配置全局jdk

  • 点击File -> Other Settings -> Structures For New Projects...
  • 之后点击Project 可配置

配置全局maven

  • 点击File -> Other Settings -> Settings for New Projects...

  • 搜索maven可进行配置

配置主题及idea背景

  • 点击File -> Settings -> Appearance & behavior->Appearance
  • 可以选择黑白颜色主题 另外点击Background Image ... 可配置背景图片

配置字体

  • 非代码窗口字体
    • File -> Settings -> Appearance & behavior->Appearance 选择Use custom font
  • 代码窗口字体
    • File -> Settings -> Editor->Font 选择配置
  • 控制台字体
    • File -> Settings -> Editor->Color Scheme->Console Font 选择配置

字符集及配置文件编码

  • File -> Settings -> Editor->File Encodings 选择配置

自动导入包设置

  • File -> Settings -> Editor->General->Auto Import 然后选择AddOptimize开头的

忽略大小写设置

  • File -> Settings -> Editor->General->Code Completion 然后取消选择Match Case

tab页多行显示

  • File -> Settings -> Editor->General->Editor Tabs然后取消选择**Show tabs in one row **

鼠标滚轮调整字体大小

  • File -> Settings -> Editor->General然后选择change font size with ctrl+mouse wheel

显示方法之间的分割线

  • File -> Settings -> Editor->General->Appearance 然后选择Show method separators

快捷键配置(主要是我自己的一个习惯)

  • File -> Settings -> Keymap 在里面搜索code,之后将Basic替换成Alt+/

三、插件配置

  • EasyCode

代码生成工具
具体配置

  • lombok

代码简化的工具

  • CodeGlance

侧边代码展示栏 方便整体查看类里的代码

  • free-idea-mybatis

mybatis中的class与xml的方法对应工具

  • Translation

idea中的翻译工具

  • Rainbow Brackets

让你的括号变成不一样的颜色,防止错乱括号

  • Codota

代码智能提示

  • HighlightBracketPair

括号开始结尾 高亮显示。

你可能感兴趣的:(学习,java,开发工具)