The key binding of the IDE is usually in its settings. Make sure to restart your IDE after changing the settings for them to take effect.
VSCode:
https://code.visualstudio.com/docs/getstarted/keybindings
* You can edit the keybindings.json file directly. On the keyboard binding GUI see:
The relevant commands are now "editor.action.inlineSuggest.*"
Also, change "tabnine.tab-override" to make sure that if you have both a popup suggestion and an inline suggestion and you press "tab", it'll accept the popup instead of the inline.
JetBrains:
https://www.jetbrains.com/help/idea/configuring-keyboard-and-mouse-shortcuts.html https://stackoverflow.com/questions/11085913/basic-code-completion-in-intellij-on-mac
VS22:
https://stackoverflow.com/questions/71824238/how-to-change-hotkey-for-visual-studio-2022s-intellicode-auto-completion
Atom:
https://www.silvestar.codes/articles/how-to-handle-keybindings-in-atom/