-
Notifications
You must be signed in to change notification settings - Fork 468
7、如何进行代码提示
javaKepp edited this page Dec 18, 2021
·
6 revisions
配置Live Templates步骤:
以Android studio3.2为例:
mac:进入目录MacintoshHD\user\xxx\Library\Preferences\AndroidStudio3.2\templates
mac as4.0 之后目录进行了修改:
/Users/xxx/Library/Application Support/Google/AndroidStudio4.1/templates
windows:
进入目录C:\Users\XXX\.AndroidStudio3.2\config\templates
windows as4.0之后:
C:\Users\xxx\AppData\Roaming\Google\AndroidStudio4.0\templates
android studio arctic fox 2020.3 的最新路径:
C:\Users[username]\AppData\Roaming\Google\AndroidStudio2020.3\settingsRepository\repository\templates
如果templates不存在,手动创建文件夹即可;
在templates下面加入文件BackgroundLibrary.xml
重启as即可。
效果: