-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add options to paste clipboard content in different formats #24657
Comments
Could also add a feature to format if the text to paste matches a (regex) pattern. |
I'm not sure if I should create a new issue for this, but I would like if I could normalize the text using the standard Unicode normalization transformations. I find that I often need to paste text to VSCode and then run NFKC on it using an extension. |
This, A Find and replace tool Line removal (Spaces, Empty lines, Duplicate lines, Duplicate words, Break lines Prefix/suffix Maybe a basic Markdown and AsciiDoc etc editor/convertor Thing like this Obviously Notepad++ does most of this but a in built quick access of these tools would be very useful |
I would like to have more options to paste the clipboard content as plain text, such as:
Scenario when this would be used?
Steps to reproduce:
Expected behavior:
The clipboard content is pasted as plain text in the selected format.
Actual behavior:
Currently, there is only one option to paste as plain text without any formatting.
Supporting information
No response
The text was updated successfully, but these errors were encountered: