IDEA 初始設定

2021-08-21 13:20:48 字數 634 閱讀 3062

1: editor | general 

勾選change font size (zoom)

(滑鼠快速修改字型大小)

2:editor | file encodings 

project encodings(utf-8)

default encodings for properties (utf-8)

(預設編碼)

勾選show method separtors

(方法分割)

4:editor | general | code completion

case sensitive completion 設定為none

(**提示不區分大小寫)

5: editor | general | auto import

insert imports on paste 設定為all

(自動導包功能)

勾選add unambiguos imports on the fly

optimize imports on the fly

6: editor | general

勾選show quick docmentation on mouse move 時間為0

(滑鼠劃過顯示類或者方法的作用)

Idea編碼設定

編碼不統一,會導致出其不意的亂碼或不易察覺的錯誤,在使用idea開發的過程中,有幾個可以設定編碼的地方,整理如下 在idea中開啟任意乙個檔案時,在工作台的右下角,會有乙個顯示檔案編碼的地方,一般都是utf 8,但是不排除有網上clone下來的專案,編碼是gbk的情況.file settings e...

idea 註解設定

自己使用的註解,怕忘了怎麼設定的,記錄下 這個只能在方法內部使用快捷鍵生成,然後複製到方法上,挺奇葩的這個。param對應的值 groovyscript def result def params replaceall s split tolist for i 0 i params.size i r...

IDEA普通設定

tomcat啟動亂碼 原因 tomcat和idea的編碼格式不一致 修改配置檔案 e tomcat apache tomcat 8.5.56 conf logging.properties 修改所有編碼 gbk idea不識別el表示式,在web.xml版本低於2.4時會出現 解決方案1 修正web...