E.g., I have a variable name options
. Then I write a prompt. How can I autocomplete the variable name in prompt in Cursor? (i.e., instead of typing options
, I want to only type o
then it’ll autocomplete to options
)
Thats not yet available in the prompt part. another thread requested such a feature already.