常用插件
IDEA背景图片: Background Image Plus
- 给IDEA设置背景图片
MyBatis插件: Free Mybatis plugin
- 生成mapper xml文件
- 快速从代码跳转到mapper及从mapper返回代码
- mybatis自动补全及语法错误提示
- 集成mybatis generator gui界面
- 根据数据库注解,生成swagger model注解
Setter生成器: GenerateAllSetter
- 一键调用一个对象的所有的set方法
IDE无限试用: IDE eval Reset
- https://zhile.io/2020/11/18/jetbrains-eval-reset-da33a93d.html
力扣算法题: LeetCode Editor
- 支持leetcode.com和leetcode-cn.com,可测试与提交问题
- 更多的插件使用教程: 插件使用介绍
Maven Helper
- easy way for analyzing and excluding conflicting dependencies
- actions to run/debug maven goals for a module that contains the current file or on the root module
- action to open terminal at the current maven module path
- actions to run/debug the current test file.
Vue.js
- Open your Vue.js project.
- Make sure you have Vue.js listed in your project dependencies in package.json and it is installed.
- Now, you will get Vue-specific code completion, navigation, and many other features in .vue files.
CamelCase
- 驼峰格式转换
Translation
- 翻译
初始配置
Setting>Editor>General
Code Completion
代码提示非首字母Auto Import
Add Unambiguous imports on the fly
: IntelliJ IDEA 将在我们书写代码的时候自动帮我们导入需要用到的包。但是对于那些同名的包,还是需要手动 Alt + Enter 进行导入的,IntelliJ IDEA 目前还无法智能到替我们做判断Optimize imports on the fly
: IntelliJ IDEA 将在我们书写代码的时候自动帮我们优化导入的包,比如自动去掉一些没有用到的包
Appearance
Show line numbers
显示行数Show method separators
显示方法线
Setting>Editor>CopyRight
添加版权
实现方法体添加TODO
路径:Settings->Editor->File and Code Templates->Code
修改:Implemented Method Body
// TODO: Implements me
本文由 Clive 创作,采用 知识共享署名4.0 国际许可协议进行许可
本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名
最后编辑时间为:
2022/01/11 16:51