21

Currently code completion is case sensitive so when i type names, it doesn't show me suggestions. how do i make it ignore case?

as an example when i type Sta or sta it should suggest startActivity.

I could not find it in the settings, I'm lazy to be honest.

PS. I have C# writing habits and this becomes annoying over time.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
M.kazem Akhgary
  • 18,645
  • 8
  • 57
  • 118

2 Answers2

38

Settings | Editor | General | Code completion | Match Case

Petr Rastegaev
  • 1,869
  • 4
  • 16
  • 19
31

from File > Settings uncheck Mactch case as illustrated in this image

enter image description here

Mohamed Ali
  • 3,717
  • 1
  • 33
  • 39