1. 程式人生 > >Android studio界面相關設置

Android studio界面相關設置

不顯示 lan edi 快捷鍵 body 顯示行號 arc ber line

Android studio界面相關設置

原文出自 http://www.cnblogs.com/justinzhang/p/4274839.html

用慣了emacs的操作方式,每當使用一款新的編輯器的時候,第一個想到的就是這個工具有沒有emacs的快捷鍵,Android studio也是一樣的。

1. Android studio設置emacs的方式如下,點擊File->Settings

技術分享

選擇其中的keymap,在keymap中選擇emacs,這樣就成功的設置好了emacs的操作模式:

技術分享

2. 編輯器主題設置

在File->Settings->Apperance->Theme中選擇Darcula

技術分享

3. 字體大小的設置:

File->Settings->Editor->Colors & Fonts –> Size 設置字體大小:

技術分享

4. 行號顯示

Android studio默認不顯示行號,在打開的文件左側右鍵,選擇 Show Line Numbers,就可以顯示行號:

技術分享

5. 打開的文件自動鏈接到對應的目錄下,註意圖中的那個小圓圈,Scroll from Source,點擊這個就可以讓打開的文件自動鏈接到該文件所在的文件夾:

技術分享

Android studio界面相關設置