去除拼写检查 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来控制是否格式化。
新闻热点
疑难解答