有用 Android Studio 操做方法

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

視覺

漂亮的Logcat色彩配置

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

色彩:git

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

日誌過濾


設置:
打開-Android Monitor-選擇Edit filter configuration

代碼風格

設置:
Preferences → Code Style → Java → Scheme選擇
推薦兩個比較好的代碼風格:github

如何導入樣式:android-studio

編輯框分屏


步驟:
鼠標右鍵-彈出操做面板-Split Vertically / Horizontally

無干擾模式

步驟:View → Enter Distraction Free Modeide

在線模版

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


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

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

很是有用的快捷鍵

搜索

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

從粘貼板中選擇

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

多處修改

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

更多快捷鍵

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

說明

本文非原創,來自牆外,僅摘抄部分我的以爲好的,想了解更多請閱讀原文(原文連接)。

相關文章
相關標籤/搜索