1.如何切换主题
File -> setting -> appearance&behavior ->appearance
theme 切换即可。
2.如何设置字体大小
编辑器
file -> setting -> editor->font
菜单
file->setting->Appearance
找到这一项修改即可
Override default fonts by (not recommended);
3.如何设置jdk
点击File -->Project Structure
点击左侧标签页SDKs选项,再点击左上角“+”,选择JDK;
4.配置git
file -> settings ->version control
5.@Autowired 代码检查报错
File --> Settings打开设置,
在Editor --> Inspections中,
修改Spring Core --> Code --> Autowiring for Bean Class 去掉勾选
6.配置maven
file-> setting >maven 在搜索中搜索maven即可
7.安装lombok插件和vue插件
file setting plugins 搜索lombok 安装即可
vue插件 搜索到vue.js 安装即可
8.mybatis plugin插件破解版安装
https://gitee.com/loubobooo/mybatis_plugin.git
适合windows平台(不要打开IDEA 2017)
第①步,打开我的电脑,找到路径C:\Users\Administrator\.IntelliJIdea2017.2\config\plugins,
这是笔者的电脑路径,你的应该是C:\{用户}\{USER}\.IntelliJIdea{VERSION}\config\plugins
第②步,把下载或者拉取的mybatis_plus文件夹,是文件夹,是文件夹,重要的话说三遍! 复制到该路径下
第③步,打开我的电脑,找到路径C:\Users\Administrator\.IntelliJIdea2017.2\options,
这是笔者的电脑路径,你的应该是C:\{用户}\{USER}\.IntelliJIdea{VERSION}\config\options,把刚下载的文件夹中的mybatis.xml复制到该文件夹下
9.快捷键改成eclipse的
打开Intellij idea,点击File->Settings或者CTRL+ALT+S快捷键,打开设置面板。在搜索框中搜索Keymap,在Keymaps中选择Eclipse即可。
10.idea右侧的maven框没了
views->Tools windows->Maven projects