Confirming if Cursor's code autocompletion feature only allows accepting the entire suggestion

I encountered an issue while trying out Cursor’s Tab key code autocompletion feature. It seems that Cursor only allows accepting the entire suggested code completion using the Tab key. If there are unwanted parts in the suggestion, I need to first accept the entire code and then modify or delete the unnecessary parts. However, Copilot has a feature where I can use Ctrl+→ to selectively accept only a portion of the suggested code.

I would like to confirm if Cursor’s code autocompletion feature is indeed limited to accepting the entire suggestion at once, or if there is a way to partially accept the suggested code, similar to Copilot’s functionality.

Hey @kkyy

Check if “partial accepts” are enabled in your Cursor settings.

3 Likes

I had previously disabled the “partial accepts” feature, and I have now changed it back. Much appreciated! :heart: