一直用习惯了eclipse,eclipse的提示是大小写不敏感的,androidstudio默认是大小写敏感的,即如果你写Intent写成intent的话,它的提示就不会处理。通过如下设置,让androidstdio的提示编程大小写不敏感:

AndroidStudio中,点击File-->Setting,搜索Code Completion,把Case sensitive completion设置为None。

让AndroidStudio提示的时候大小写不敏感

相关文章:

  • 2022-01-22
  • 2022-12-23
  • 2021-12-16
  • 2021-05-27
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
猜你喜欢
  • 2021-06-28
  • 2021-10-14
  • 2021-04-20
  • 2021-06-06
  • 2021-05-31
  • 2022-12-23
相关资源
相似解决方案