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;注意要”;”結尾

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章