首页 > 系统 > Android > 正文

android studio settings

2019-11-08 00:30:27
字体:
来源:转载
供稿:网友

去除拼写检查 file–> settings –>search inspections –> search typo –> unCheck Spelling.

修改Class注释模板 file –> Editor –> File and Code Templates –> Class –> Includes –> File Header. (read the description to write the template you want)

修改工程配置模板 IDE安装目录下 : /plugins/android/lib/templates/gradle-PRojects 打开对应想要修改的module进行修改。更多可参考自定义Android Studio工程模板

快捷键 倍数提高工作效率的Android Studio奇技

logt: 打印 public static final String TAG = “”;

Preferences > Editor > Code Style 中打开 Formatter Control后,可以使用@formatter:off 和 @formatter:on来控制是否格式化。


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表