You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, in the latest updates I've noticed that pressing keyboard key END autocompletes the next token, for me this is annoying because to go to the end of the line (which is a very common thing) I have to press esc to dismiss the autocomplete suggestion then end, and my brain got wired to only pressing end.
Please add an option to change the shortcut key for next token completion. or to disable it completely.
Thank you
The text was updated successfully, but these errors were encountered:
There does not seem to be a configurable option for this. PHPStorm's built-in code completion has a hotkey for "Insert Inline Proposal's Line" which defaults to END but I cleared that and it made no difference. In the keymap settings for the Codeium plugin there doesn't seem to be any hotkey for this.
While searching for a solution, I noticed that not even the TAB key is configurable. For me, the "Accept Completion" hotkey is blank, but pressing TAB still does it. PHPStorm's built-in "Insert Inline Proposal" hotkey is TAB by default, but I can remove that and TAB still accepts the completion by Codeium, so I don't think it's set from that. Which raises the question: where are Codeium's hotkeys actually set from?
Hello, in the latest updates I've noticed that pressing keyboard key
END
autocompletes the next token, for me this is annoying because to go to the end of the line (which is a very common thing) I have to pressesc
to dismiss the autocomplete suggestion thenend
, and my brain got wired to only pressingend
.Please add an option to change the shortcut key for next token completion. or to disable it completely.
Thank you
The text was updated successfully, but these errors were encountered: