This happens when using the chat. If the last word in the chat input is tab-completed, the completion is not included in the submitted chat input. This is usually not seen since the chat inputs are visibly constrained to just a few lines, but it seems consistent.
Steps to Reproduce
I write ‘sub’ in the chat.
The suggestion ‘subscribeWithSelector’ comes up.
I press tab to accept the suggestion.
I press enter to submit.
The submitted comment consists of ‘sub’
Expected Behavior
‘subscribeWithSelector’ should be submitted, and not ‘sub’
Operating System
Linux
Current Cursor Version (Menu → About Cursor → Copy)
No, don’t think it was a timing issue. I could wait a few seconds between pressing tab to complete, and either enter or the send button to submit, and the behavior would be consistent.