The original mileage to run Android Studio does not work

I checked Settings-> Editor-> Code Termination. Main code completion enabled. A shortcut is a space. When I press [control] + [space], it opens a search for a spotlight instead of completing the code. How to solve this problem?

+12
android-studio code-completion macos
source share
4 answers

You need to change the Mac OS X shortcut keys (Preferences, Keyboard, Shortcuts, and Spotlight), and also disable the Show Spotlight search shortcut or reassign it to a different key.

+17
source share

As an alternative to yole: since I did not want to change my shortcuts in the system to have them the same on my Macs, I just edited the shortcut in Android Studio (Android Studio → Settings → Keymap and changed the base termination).

I used Option + Space, which is not assigned to any global shortcut.

PS: This is really a nuisance for years of using Windows.

+4
source share

I use Android Studio on Windows 10. File -> Preferences -> Editor -> General -> Code Completion

Default shortcuts for autocomplete:

1) Control + Space + Space

2) Control + Space

enter image description here

+2
source share

The shortcut is now different, but still working, you just need to click

ctrl + space 

^ you see in the list of your preferences, is the ctrl symbol on Mac.

0
source share

All Articles