Idea常用的設定

2021-09-01 15:00:09 字數 1003 閱讀 8155

file—>settings—>build,execution–>compiler—>build project automatically;

作用:idea預設是匹配大小寫,此開關如果未關。你輸入字元一定要符合大小寫。比如你敲string是不會出現**提示或智慧型補充。但是,如果你開了這個開關,你無論輸入string或者string都會出現**提示或者智慧型補充!

file—>settings—>code completion—>case sensitive completion設定為none;或match case去掉;

file—>settings—>editor—>general—>auto import—>勾選add unambiguous imports on thr fly 和 optimize imports on the fly (for current project);

file—>settings—>editor—>general—>show quick documenttation on mouse move勾上;

file—settings—>editor—>general—>editor tabs—>show tabs in single row 去掉或show tabs in one row;

transparent native-to-ascii conversion的意思是:自動轉換ascii編碼。

他的工作原理是:在檔案中輸入文字時他會自動的轉換為unicode編碼,然後在idea中發開檔案時他會自動轉回文本來顯示。

這樣做是為了防止檔案亂碼。

這樣你的properties檔案,一般都不會出現中文亂碼!

file—settings—>file encoding—>global encoding和 project encoding 為utf8,transparent native-to-ascii conversion;

file—>settings—>editor—>general—>change font size(zoom) with ctrl+mouse wheel;

idea的常用設定

1.官網 官網 官方文件 2.配置專案jdk環境 3.配置tomcat 第一步 第二步 第三步 第四步 4.顯示工具欄圖示 5.自動導包 優化導包 6.更改字型大小通過ctrl 滑鼠滾輪 7.提示不區分大小寫 8.設定properties檔案編碼 9.tab相關設定 intellij idea 預設...

IDEA中常用優化設定

這裡要勾選下,後面設定的是延遲時間 預設半秒 設定後,我們滑鼠移動到類上看看 將show method separators 勾上 這樣的話,方法之間,上下就有分隔符出現,方便檢視 idea預設提示是區分大小寫的,比如輸入string,不會提示string類 這裡設定下 這的勾去掉即可 這樣的話 輸...

Idea 設定eclipse 按鍵模式 常用快捷鍵

在使用idea時,為了快速適應快捷鍵,所以將快捷方式設定為eclipse模式 file settings keymap eclipse 列出實用的幾個,其他的不列舉,太多 看不清常用快捷鍵 tab 補全智慧型提示選中行 ctrl h 全工程關鍵字匹配搜尋 ctrl r 搜尋某個類檔案 ctrl al...