天天看點

idea一定會用到的配置

配置tomcat

file -->settings -->Build,Execution–>Application Servers

配置svn,勾選修改檔案上級檔案夾同時變色

file -->settings -->Version Control

勾選show directories with changed descendants

配置maven

右邊欄Maven–>Maven Setting按鈕

配置編輯器背景

File–>Appearance–>Background image

配置注釋模闆

File–>Settings–>Editor–>Live Templates

https://blog.csdn.net/xiaoliulang0324/article/details/79030752

/*
 * @Description 
 * @Date  $date$ $time$
 * @Author $user$
 **/
           

添加常用插件

File–>Settings–>Plugins–>Borws repositories 搜尋插件并安裝重新開機

1,lombok 省略get,set方法,可以直接使用log對象等等

2,material-theme 暗黑系列的一套主題插件,可在SettingsEditor–>Color Scheme切換主題

不進入方法即可懸浮提示方法、參數、傳回值的意義

File–>Settings–>Editor–>General–>Code Completion

勾選 Parameter Info所有選項

File–>Settings–>Editor–>General

勾選Show quick documentation on mouse move

禁用單詞檢查

Spellchecker inspection helps locate typos and misspelling in your code, com

File–>Settings–>Editor–>Inspections

搜尋spelling ,取消勾選Typo

隐藏檔案

File–>settings–>editor–> File Types

在lgnore files and folesrs中追加;mvnw;.idea;.gitignore;.iml;注意要”;”結尾