I think that the question is mostly asking to what key combination do you change it, and why JetBrains haven’t implemented the update to the Mac keymap by themselves.
Anyways, I’ve swapped the Ctrl+Space with Option+Space which doesn’t seem to collide with any Mac OS X system key shortcut.
Answer from Maxim Veksler on Stack OverflowI think that the question is mostly asking to what key combination do you change it, and why JetBrains haven’t implemented the update to the Mac keymap by themselves.
Anyways, I’ve swapped the Ctrl+Space with Option+Space which doesn’t seem to collide with any Mac OS X system key shortcut.
You either disable/change Spotlight shortcut in the system settings or you change the Basic completion shortcut in IDEA Preferences | Keymap.
java - Easier suggestions in Intellij IDEA (no `CTRL+Space` and fuzzy search) - Stack Overflow
IntelliJ AutoCompletion Not Working
intellij idea - Cycle through autocomplete suggestions without arrows - Stack Overflow
What are your most used shortcuts?
-
Ctrl + Click on pieces of code - go to definition/usages
-
Ctrl + Shift + Left / Right - Navigate Back, Forward
-
Ctrl + Shift + N - Search for a file
-
Ctrl + Shift + F - Search for a string in code
-
Ctrl + Shift + A - Find actions. Basically search for actions you can do (Like Ctrl+Shift+P in VSCode)
I tried everything. It was working like the first day I downloaded IntelliJ and then something happened where it stopped auto-completing. I looked up the issue, went into Preferences(Macbook) -> General -> Code Completion -> and checked and unchecked everything which looked like it could fix my problem.
Nothing worked, autocomplete only happens for some random words which are completely unrelated to the program I'm writing. It doesn't get the most obvious auto completes.
So I deleted IntelliJ and redownloaded. Nope. I deleted IntelliJ and all the files that came with it. Nope. (Though I may have done something wrong here, for some reason the code on InteliJ that I wrote came back, so I didn't delete it fully somehow. I gave up and started working on a project, but it's getting annoying without auto-complete. I don't wanna try deleting everything again so I don't have to redo all the files and everything. Heeeeeelp.
TLDR: Tried going Preferences -> General -> Code Completion, nothing worked, tried deleting reinstalling, didn't work. Help please, thank you so much in advance.
Peter Gromov's answer brought me to a satisfying solution:
In IntelliJ's settings, for Keymap → Editor Actions → Down I set a custom shortcut: Ctrl + J.
This way I can cycle forward through the suggestions.

Setting a shortcut for Down with Selection or Scroll Line Down in the IdeaVim-specific shortcuts did not affect the selection of autocomplete suggestions though.
The answer here led me to discover that Ctrl+n and Ctrl+p allow navigation of the auto-complete options without having to modify any settings.