Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
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)
$ cursor -v
1.7.54
5c17eb2968a37f66bc6662f48d6356a100b67be0
x64
For AI issues: which model did you use?
Auto
Does this stop you from using Cursor
No - Cursor works, but with this issue