Autocompletion Box

Feature request for product/service

Cursor IDE

Describe the request

TLDR: Disable the autocompletion suggestion box after 2 rejections on the same line of code, because otherwise I am unable to see the code and make manual edits (as the box covers it, especially long lines)

Dear Cursor team,

I think it would be useful to implement a feature where, once a user rejects the autocompletion on some line of code, the Cursor IDE stops giving a suggestion on that line.

This would be a quality-of-life improvement. Sometimes, when a line of code is long, it hinders my visibility, and I am unable to edit it without a suggestion box covering it, making manual editing impossible. This is usually the most problematic when editing directory paths in my shell scripts. Additionally, if the autocomplete gets it wrong twice, it is likely to get it wrong a third time. I am not asking to implement it on the first rejection, because one might do it by accident or decide otherwise. If the user rejects the autocompletion twice, it is much safer to disable the autocomplete function on that line of code for the next 15-20 seconds.

Best Regards,
Sergi K