idea 配置

就在今天,我的idea,光荣地升级了。
重新安装了idea,升级到了2020.3.3,也重新配置了idea。

  1. 修改字体与样式
appearance & behavior -> appearence -> size: 15
editor -> color scheme -> scheme: IntelliJ Light
editor -> font -> font: Consolas    size: 15    Line spacing:1.3
  1. 添加ignore文件列表(这里跟之前的版本不一样,但是可以通过搜索找到)
editor -> file types -> ignored files and folders
*.iml
*.idea
target
.settings(项目cvs中有部分代码是eclipse里的)
.classpath
.project
apache-tomcat*(项目路径中有tomcat)
  1. 添加ssh配置
tools -> ssh configurations
使用:菜单栏:tools -> start ssh session…
  1. 打开的文件列表换行
editor -> general -> editor tabs: 去掉勾选show tabsin one row
  1. 代码提示忽略大小写
editor -> general -> completion -> 去掉勾选Match case
  1. 代码模板修改与导入
editor -> code style-> java
// 然后你就可以按照相应的设置、导入了
梦想不多,口袋有糖,卡里有钱,未来有你
原文地址:https://www.cnblogs.com/season-qd/p/14583095.html