Created
July 26, 2014 03:19
-
-
Save Reacoder/8e65b469953e8a2e0907 to your computer and use it in GitHub Desktop.
AndroidStudio key map.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*F1 显示声明。 | |
Shift+F1 浏览器查看声明 | |
*Command+B 进入源码。 | |
Command+F12 显示类中的所有方法。 | |
*Option+Enter 修复提示,还可以提取字符串到value中。 | |
Command+P 查看可用参数。 | |
*Shift+Ctrl+Space 智能补齐。 | |
*Ctrl+Option+H 方法调用层级查看。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment