Android Studio常用快捷鍵(持續更新)
這裡的相當於指的是Eclipse.
下邊所有涉及到的快捷鍵都是我開發中常用到的,偏門快捷鍵不列舉。
1.sout然後按tab,相當於syso然後alt+/。
2.main然後按ctrl+j,就是main函式。
3.alt+y相當於alt+d刪除一行
4.alt+d相當於ctrl+alt+↓往下複製一行
5.shift+alt+↑或↓相當於alt+↑或↓。
6.ctrl+alt+t 將選中的程式碼包在特定塊中,例如包在try catch或if中。相當於alt+shift+z
7.ctrl+o,選擇父類的方法進行重寫
8.alt+insert生成構造方法,get和set方法,toString(),equals(),hashcode()。
9.ctrl+n快速查詢類檔案,相當於ctrl+shift+t
10.ctrl+shift+n快速查詢所有檔案
11.ctrl+h顯示類結的繼承結構,相當於ctrl+t
12.ctrl+alt+s開啟設定
13.ctrl+alt+shift+s開啟專案設定
14.ctrl+alt+o導包或者去掉無用處的包
15.ctrl+alt+L 格式化程式碼
16.shift+f6重新命名,相當於alt+shift+r
17.alt+shift+insert,開啟多列同時編輯,相當於alt+shift+a
18.ctrl+shift+u,相當於ctrl+shift+y和ctrl+shift+x,大小寫切換
19.alt+insert新建檔案,相當於ctrl+n
20.ctrl+alt+v快速生成變數,相當於crtl+2+l
21.ctrl+alt+f快速生成全域性變數
22.ctrl+F12 顯示當前檔案的結構
23.ctrl+g 跳轉到指定行數
24.ctrl+e 顯示最近編輯過檔案的列表
25.ctrl+p 提示當前方法中的引數型別
26.ctrl+q
檢視方法的api
相關文章
- 常用快捷鍵,持續更新(個人向)
- Pycharm快捷鍵持續更新PyCharm
- idea快捷鍵(持續更新)Idea
- Android Studio常用快捷鍵彙總Android
- Android Studio 常用快捷鍵(超實用!!!)Android
- IntelliJ IDEA 實用快捷鍵(持續更新)IntelliJIdea
- Visual Studio 常用快捷鍵
- android studio快捷鍵操作Android
- Visual Studio 2017 常用快捷鍵
- Android Studio 快捷鍵整理分享Android
- Android 常用開源庫總結(持續更新)Android
- Android Studio軟體的快捷鍵用法彙總及常用配置Android
- Python Redis常用操作(持續更新)PythonRedis
- go 常用包整理 (持續更新)Go
- Visual Studio Code常用設定及快捷鍵
- Android Java開發中一些唬人的常用關鍵字用法,持續更新中。。。AndroidJava
- Linux 常用命令 持續更新Linux
- docker 常用命令(持續更新)Docker
- Git 常用命令(持續更新)Git
- PHP的常用函式 持續更新PHP函式
- Visual Studio 快捷鍵
- 一些常用的命令(持續更新)
- Linux常用命令整理-持續更新Linux
- C++關鍵字(持續更新ing)C++
- AndroidStudio個人常用快捷鍵彙總(12.19更新)Android
- 常用快捷鍵
- Python3常用函式速查【持續更新】Python函式
- 前端常用的 59 個工具類【持續更新】前端
- CentOS 7 常用命令 (持續更新中...)CentOS
- Android Studio開發Flutter快捷鍵總結(Mac電腦)AndroidFlutterMac
- Android Studio 使用教程(二十一)之Android Studio 查詢功能(搜尋功能)及快捷鍵Android
- visual studio 2015快捷鍵整理
- 前端常用的工具類函式, 持續更新中前端函式
- iOS開發常用小技巧記錄(持續更新)iOS
- 後端常用開源元件合集(持續更新中)後端元件
- Webstorm 常用快捷鍵WebORM
- Linux常用快捷鍵Linux
- Typora 常用快捷鍵
- IDEA常用快捷鍵Idea