Please Let Me Paste Plain Text v2

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

As described here:

Can I get an update on this issue? This is extremely simple request and very annoying that it is not working.

Steps to Reproduce

Copy text in cursor code window
Ctrl + Shift + V in agent chat window
Cursor will not paste plain text, instead will add a context reference to the file

Expected Behavior

Ctrl + Shift + V should always produce plain unformatted text

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.5.7 (user setup)
VSCode Version: 1.99.3
Commit: 6aa7b3af0d578b9a3aa3ab443571e1a51ebb4e80
Date: 2025-08-27T22:43:32.248Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.22631

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. This shortcut should insert text as plain text by default. Check if any extensions are interfering with the shortcut’s functionality.

Sure, what extension do you think would be causing this issue?

``
Version: 1.5.9 (user setup)
VSCode Version: 1.99.3
Commit: de327274300c6f38ec9f4240d11e82c3b0660b20
Date: 2025-08-30T21:02:27.236Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100
```

Like I said in the original post, even if I copy and paste the code text from cursor into another window (ie, notepad) and then paste it back into cursor, I still get the tab showing up.

Here is a snippet:

            if (sortCol == "Entry")
                sortCol = "n.Name";
            else if (sortCol == "User")
                sortCol = "a.user";

So if I copy that from cursor > paste into notepad > copy from note pad > paste into cursor (with ctrl + shift + v), I still don’t get plain text.

BUT if I remove one space from the indents on any of the lines, I can then copy from notepad and paste into cursor as plain text.

If I add the space back, I can no longer paste as plain text.

This suggests to me that you are doing some form of text matching, even when I use ctrl + shift + v.

This is quite strange behavior. I just checked it on macOS and Windows, and everything works correctly. Have you tried restarting Cursor and creating a new chat? Unfortunately, I’m not sure about your extensions, but try launching in safe mode using this command in the terminal: cursor --disable-extensions.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.