有用 Android Studio 操作方法

lowett發表於2017-04-08

古人云:工欲善其事,必先利其器。作為開發者的我們熟悉各種命令、各種快捷鍵、小技巧提高開發效率顯
的尤為重要。今天我們就講講使用Android Studio那些技巧。

視覺

漂亮的Logcat色彩配置

有用 Android Studio 操作方法

設定:
Preferences (Settings on Windows / Linux machines) → Editor → Colors & Fonts → Android Logcat

色彩:

  • Assert #BA68C8
  • Debug #2196F3
  • Error #F44336
  • Info #4CAF50
  • Verbose #BBBBBB
  • Warning #FF9800

日誌過濾

有用 Android Studio 操作方法

設定:
開啟-Android Monitor-選擇Edit filter configuration

程式碼風格

設定:
Preferences → Code Style → Java → Scheme選擇
推薦兩個比較好的程式碼風格:

如何匯入樣式:

有用 Android Studio 操作方法

編輯框分屏

有用 Android Studio 操作方法

步驟:
滑鼠右鍵-彈出操作皮膚-Split Vertically / Horizontally
有用 Android Studio 操作方法

無干擾模式

步驟:View → Enter Distraction Free Mode

有用 Android Studio 操作方法

線上模版

這個強力推薦。
快捷鍵:cmd + j (Windows / Linux: ctrl + j)

有用 Android Studio 操作方法

使用一定義好的模版,比如Toast或if

有用 Android Studio 操作方法

有用 Android Studio 操作方法

自定義模版:
File > Settings > Editor > Live Templates

非常有用的快捷鍵

搜尋

cmd + shift + a (Windows / Linux: ctrl + shift + a)

從貼上板中選擇

cmd + shift + v (Windows / Linux: ctrl + shift + v)

有用 Android Studio 操作方法

多處修改

control + g (alt + j for Windows / Linux)

有用 Android Studio 操作方法

更多快捷鍵

更多快捷鍵請閱讀:快捷鍵以及演示

說明

本文非原創,來自牆外,僅摘抄部分個人覺得好的,想了解更多請閱讀原文(原文連結)。

相關文章