Skip to content

Instantly share code, notes, and snippets.

@Reacoder
Created July 26, 2014 03:19
Show Gist options
  • Save Reacoder/8e65b469953e8a2e0907 to your computer and use it in GitHub Desktop.
Save Reacoder/8e65b469953e8a2e0907 to your computer and use it in GitHub Desktop.
AndroidStudio key map.
*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