Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ctrl + Space Not Working Properly Android Studio

Tags:

android

i am facing problem in android studio. In eclipse when i want to use class like Intent, then i write intent starting with lower case it give me suggestion box indicating class name Intent, but in android studio if i type intent starting with lower case it does not Provide Suggestion class name Intent.Thanks in advance.

like image 688
Rizwan Rasheed Avatar asked Apr 20 '15 17:04

Rizwan Rasheed


2 Answers

In my case Ctrl + Space was overloaded by mac shortcuts. And even in the case, I disabled them, they conflict with Android Studio.

So, I gave them another keys and it solved the problem.

Go to the System Preferences -> Keyboard -> Shortcuts -> Input Sources and use new keys for them.

enter image description here

like image 150
awaik Avatar answered Sep 18 '22 06:09

awaik


File --> Settings --> Editor --> General --> Code Completion --> Case sensitive completion --> None

like image 30
Milad Faridnia Avatar answered Sep 18 '22 06:09

Milad Faridnia