Android Studio默认的代码提示是要区分大小写的,不断切换大小写很影响效率,如要写Button,输入butt后并不会有提示,如图
为了让其不区分大小写,可以在 File --> Setting 中进行设置
依次选择 Editor --> General --> Code Completion ,将 Case sensitive completion 选为 None
再次输入butt就有提示了
本文介绍如何在Android Studio中禁用代码提示的大小写敏感特性,通过简单的步骤提高开发效率。
Android Studio默认的代码提示是要区分大小写的,不断切换大小写很影响效率,如要写Button,输入butt后并不会有提示,如图
为了让其不区分大小写,可以在 File --> Setting 中进行设置
依次选择 Editor --> General --> Code Completion ,将 Case sensitive completion 选为 None
再次输入butt就有提示了
2558
2382

被折叠的 条评论
为什么被折叠?