I have the latest Cursor (0.46) installed on two windows machines and a linux machine
A laptop and another desktop that I remote into.
I have failed miserably to use next word complete. I have tried multiple things including re-assigning the keystrokes so that it doesn’t clash with anything. I have disabled all extensions and tried most of the common approaches to solve this. But this looks like an inherent bug to one of the most important features of AI coding – taking AI suggestions one word at a time (because I’m not a madman and a true engineer who cares about every word of code that gets checked-in)
I have even swapped “Tab” and “Ctrl+RIght” to ensure I don’t get full completion but only word completion.
{
“key”: “ctrl+alt+j”,
“command”: “editor.action.inlineSuggest.acceptNextWord”,
“when”: “cppSuggestion && !editorReadonly || inlineSuggestionVisible && !editorReadonly”
}
This one bug is a showstopper for me and I had to unfortunately switch back to VSCode and use GPT-4o like peasants.