#studio技巧#android studio的一些快捷方式,持续更新

题记

平时在开发中需要用到的一些快捷方式,将其记录于此,方便作为初学者的自己进行查阅。

1、添加整理java文件和xml文件中的字符串到string.xml中

1.游标焦点放到字符串中,按住alt+enter按键,选择E xtract Resource即可,如图

#studio技巧#android studio的一些快捷方式,持续更新_第1张图片
整理字符串.png

2、在xml文件中快速抽取样式到style.xml

1.在setting的keymap中搜索style并添加快捷键,如图,
2.游标焦点放到要抽取样式的控件,鼠标右键选择如图。

#studio技巧#android studio的一些快捷方式,持续更新_第2张图片
添加快捷键.png
#studio技巧#android studio的一些快捷方式,持续更新_第3张图片
右键选择.png
#studio技巧#android studio的一些快捷方式,持续更新_第4张图片
抽取样式并填写样式名称.png

3、添加函数注释

1.打开File->Settings,选择Keymap->Other->Fix doc comment,如下图,然后自定义快捷方式就可以了

#studio技巧#android studio的一些快捷方式,持续更新_第5张图片
添加注释快捷键.png

你可能感兴趣的:(#studio技巧#android studio的一些快捷方式,持续更新)