This worked before and now it’s broken again.
Can you confirm it’s enabled in Settings (cmd-shift-J > Features)? You can find more info here!
Yes, I double checked it’s enabled before making the post, and also that the keybinding is set to Ctrl + Right
I’ve found a fix: I went to shortcuts and removed the Ctrl-Rigtharrow keybiding for CursorWordRight. It didn’t seem to have any impact on partial accepts before.
I had the same issue and your solution of removing the other keybindings worked for me!
I had the same issue. I used to use both Ctrl+Right key bindings and I didn’t want to delete the second one.
If it can help someone, I changed the “When” of the second with this expression : “textInputFocus && !accessibilityModeEnabled && !cppSuggestion && !inlineSuggestionVisible” instead of “textInputFocus && !accessibilityModeEnabled”.
And now both keybindings are working.
Your tip was incredibly helpful! I couldn’t figure out for a long time why the Cmd + right combination wasn’t working for partial acceptance of completions. Thank you!