开放飞鸟

文章
5
资源
0
加入时间
2年10月24天

让Android Studio代码提示不区分大小写的方法

Android Studio默认的代码提示是要区分大小写的,不断切换大小写很影响效率,如要写Button,输入butt后并不会有提示,如图为了让其不区分大小写,可以在 File --> Setting 中进行设置依次选择 Editor --> General --> Code Completion ,将 Case sensitive completion 选为 None