Android Studio默认的代码提示是要区分大小写的,不断切换大小写很影响效率,如要写Button,输入butt后并不会有提示,如图

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

为了让其不区分大小写,可以在 File --> Setting 中进行设置

依次选择 Editor --> General --> Code Completion ,将 Case sensitive completion 选为 None 

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


再次输入butt就有提示了

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


转载自:https://blog.csdn.net/CHEndorid/article/details/54178692  感谢博主

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2021-07-07
  • 2021-11-19
  • 2021-09-12
  • 2021-11-19
  • 2021-11-19
猜你喜欢
  • 2021-06-22
  • 2021-09-20
  • 2022-12-23
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2022-12-23
相关资源
相似解决方案