-
下載安裝Android Studio或者IntelliJ IDEAhtml
-
啓動並進入設置界面 configure-settingsapi
若是已經打開ide能夠從file--settings打開設置編輯器
-
IDE字體和風格設置Appcarance&Bchavior -- Appearance -- UI Optionside
Theme選擇 Darcula字體
字體選擇 微軟雅黑Boldui
-
IDE右下角顯示內存狀態Appcarance&Bchavior -- Appearance -- Window Options編碼
勾選 Show memory indicatorurl
-
設置自動提示快捷鍵spa
Appcarance&Bchavior -- Keymap.net
在 Keymaps 中選擇一種快捷方式設置,這裏選擇 Eclipse 而後點擊copy按鈕
而後修改 Eclipse copy快捷鍵映射(默認快捷鍵映射不容許修改必須copy一個)
在 Code -- Main menu -- Code -- Completion中雙擊Basic選項
在彈出的列表中選擇刪除現有快捷鍵 而後添加ALT + / 快捷鍵,
-
啓動設置和同步設置
Appcarance&Bchavior -- System Settings
取消下面勾選能夠加快ide速度
Synchronize files on frame activation
Save files on frame deactivation
use safe write...
-
設置鼠標通過自動彈出 api 文檔對話框
Editor -- Other
勾選 show quick documentation on mouse move
-
設置顯示行號和縮進指示線
Editor -- Other -- General -- Appearance
勾選
show line numbers
show whitespaces
show vertical indent guides
-
tabs 單行顯示並顯示未保存標記
Editor -- Other -- General -- Editor Tabs -- Tab Appearance
勾選
show tabs in single row
mark modified tabs with asterisk
-
取消折疊
Editor -- Other -- General -- Code Folding -- Collapse by default
取消全部勾選
-
設置編輯器字體
Editor -- Colors --Fonts
-
設置控制檯字體
Editor -- Colors --Fonts -- Console Font
-
設置編碼
Editor -- File encodings
-
關閉拼寫檢查
Editor Inspections
取消勾選 Spelling Typo
END