Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ignore case android studio 3 code completion

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.

like image 899
M.kazem Akhgary Avatar asked Oct 02 '18 01:10

M.kazem Akhgary


2 Answers

Settings | Editor | General | Code completion | Match Case

like image 111
Petr Rastegaev Avatar answered Oct 29 '22 04:10

Petr Rastegaev


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

enter image description here

like image 40
Mohamed Ali Avatar answered Oct 29 '22 05:10

Mohamed Ali