IDEA
下载
说明:
根据不同的系统选择Ultimate版本,并且可以选安装版或绿色版(.exe或.zip)
社区版要装SpringBoot插件:spring Assistant 建项目时选择:spring Assistant 建springBoot项目
建议使用购买正版或社区版或试用版,不会有侵权
安装
C盘空间充足,推荐解压在C盘
参考:https://www.jetbrains.com/help/idea/discover-intellij-idea.html
安装版:只要下一步操作便可
绿色版:只要解压便可
基本配置
自动构建项目及编译模块
Settings --> Build,Execution,Deployment --> Compiler --> 勾选 Build project automatically & 勾选 Compile independent modules in parallel
File 编码设置 (修改字符集)
Settings --> Editor --> File Encodings --> Project Encoding(设置项目编码)/Properties Files UTF-8
显示主题配置
Settings --> Appearance & Behavior --> Appearance --> theme(Idea主题选择)/Use custom font(窗体字体样式及大小)
代码编辑区字体
Settings --> Editor --> Font --> Font/Size/Line spacing(样式/大小/行间距)
代码注释颜色
Settings --> Editor --> Color Scheme --> Language Defaults --> Comments --> Block/Doc/Line(多行,文档,单行)comment
控制台字体配置
Settings --> Editor --> Color Scheme --> Console Font --> Font/Size/Line spacing(样式/大小/行间距)
Ctrl+鼠标滑轮改变字体大小
Settings --> Editor --> General --> Mouse control --> 勾选“Change font size with Ctrl+Mouse Wheel”
idea默认快捷键
Settings --> Keymap --> Eclipse
优化包的导入
Settings --> Editor --> General --> Auto Import --> 勾选“Add unamiguous imports on the fly”自动导入不明确的结构/“Optimize imports on the fly”自动优化导入的包
代码行号配置
Settings --> Editor --> General --> Appearance --> 勾选“Show line numbers”显示行号/“Show method separators”显示方法分隔符
代码提示配置
Settings --> Editor --> General --> Code Completion --> 不勾选“Match case” 配置大小写不敏感,默认是大小写敏感
代码补全配置
Settings --> Editor --> General --> Code Completion --> Parameter Info --> 勾选“Show parameter name hints on completion”/“Show full method signatures”
配置Maven
请看Maven下的Idea配置Maven
工作空间
- 首先为自己建一个工作空间。一般建议在D盘根目录建一个文件夹。
- 然后在工作空间中建一个项目文件夹,该文件夹为某项目父项目,在该目录下可以建很多的子项目。
常用插件安装
Settings --> Plugins --> 右侧可以搜索需要的插件并 Install
- Lombok