-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
Allow to compare project file with clipboard #7278
Comments
An extension would be ideal for a feature like this. |
@bpasero fyi |
It would be great too if also is allowed to compare selection with clipboard. |
It would be great if we could compare unsaved files... |
I would be open to a PR here, I think it is not a lot of work. Some pointers:
Due to sensitivity of data inside the clipboard it would probably make sense to ask the user for confirmation that the clipboard is accessed. Related to #358 |
Has someone taken up this issue? I am a complete beginner to the VSCode codebase, would I be able to contribute to this issue? |
@raghav710 not yet, but it seems @tfriem has started a similar PR in #30210 which could be used as input to this one. The difference is that the contents of the left hand side are coming from the clipboard instead of the file on disk. |
when i want to compare a local file with a online resource file, i need to save the online file in project folder, and then do compare. it's a little inconvenient.
It'll be great if i can copy the content of the online file, and right-click the local file, and choose "compare with clipboard".
The text was updated successfully, but these errors were encountered: