1.關閉intellij idea自動更新2.隱藏.idea資料夾和.iml等檔案
目錄:setting --》editor --》file types
操作:在」ignore files and folders」一欄新增 *.idea;*.iml;等配置
3.每次啟動開啟啟動介面而不是開啟最後乙個關閉的專案4.自動編譯開關
目錄:setting --》build,execution,deployment --》compiler
操作:將「build project automatically」勾選
5.智慧型導包開關
目錄:setting --》editor --》general --》auto import
操作:將other中的「show quyck documentation on mo」後的下拉框選為「all」,並將其下的選項均勾選
6.懸浮提示開關
目錄:setting --》editor --》general --》auto import
操作:將other中的「show quyck documentation on mouse move」勾選。
7.忽略大小寫開關(修改自動完成大小寫規則)
目錄:setting --》editor --》general --》code completion
操作:將「case sensitive completion」後的下拉框選為「none」
8.取消單行顯示tabs的操作9.設定顯示tabs的個數,超過限定個數,自動關閉最少使用的tab
目錄:setting --》editor --》general --》editor tabs
操作:修改tab closing policy中的「tab limit」個數。
10.專案檔案編碼
目錄:setting --》editor --》file encodings
操作:包含global encoding, project encoding等編碼設定。
transparent native-to-ascii conversion的意思是:自動轉換ascii編碼。工作原理是:在檔案中輸入文字時他會自動的轉換為unicode編碼,然後在idea中發開檔案時他會自動轉回文本來顯示。
11.ctrl+滾軸修改字型大小
目錄:setting --》editor --》general
操作:將「change font size(zoom) with ctrul |+ mouse wheel」勾選
12.設定行號顯示13.設定屬性,變數的等號對齊
IDEA工具配置weblogic
1.首先開啟idea,點選run edit configurations 2.配置weblogic頁面 2.1點選 號,選weblogicserver local 2.2紅框的是新新增的服務,起服務名,選擇建好的domains 2.3 server下建立build,需要在deployment下面建立...
IDEA開發工具
整合開發環境 ide integrated development environment 把 編寫,編譯,執行等多種功能綜合到一起的開發工具,可以進行 只能提醒,錯誤提醒,專案管理 常見的j a的ide工具有 eclipse myeclipse intellij idea intellij ide...
idea 斷點測試的工具類
f7 在 debug 模式下,進入下一步,如果當前行斷點是乙個方法,則進入當前方法體內,如果該方法體還有方法,則不會進入該內嵌的方法中 必備 f8在 debug 模式下,進入下一步,如果當前行斷點是乙個方法,則不進入當前方法體內 必備 f9在 debug 模式下,恢復程式執行,但是如果該斷點下面 還...