- If models (GPT, Claude) had clipboard contents in context I believe that would improve completions in certain contexts.
Example: Adding a new line (e.g. NEW_SECRET=“1234”) to .env
- Copy contents to clipboard
- Go to
.env
- Write “NEW_S”
- Have a completion NEW_SECRET=“1234”
Currently:
- Copy contents to clipboard
- Go to
.env
- Write “NEW_S”
- Have a completion generated NEW_SECRET=“xxxxxxxxxxxxxxxx”
- Select and replace “xxxxxxxxxxxxxxxx” with “1234”
Small thing
Thanks for Cursor; it’s the app I use the most out of all the apps I use.