Skip to content
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

Web: editor does not provide a "Paste" action #82604

Closed
bpasero opened this issue Oct 15, 2019 · 5 comments · Fixed by #104646
Closed

Web: editor does not provide a "Paste" action #82604

bpasero opened this issue Oct 15, 2019 · 5 comments · Fixed by #104646
Assignees
Labels
editor-clipboard Editor clipboard issues feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verified Verification succeeded web Issues related to running VSCode in the web
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Oct 15, 2019

Since we now have the IClipboardService in the web, I think we should offer the Paste command.

image

@bpasero bpasero added feature-request Request for new features or functionality editor-clipboard Editor clipboard issues web Issues related to running VSCode in the web labels Oct 15, 2019
@alexdima alexdima added this to the Backlog milestone Oct 17, 2019
@alexdima alexdima removed their assignment Oct 17, 2019
@tikaro
Copy link

tikaro commented Feb 11, 2020

I was mystified by the absence of "paste" in the context menu in VS Code Online, and after I opened https://github.com/MicrosoftDocs/vsonline/issues/299 , jkeech discovered this issue. Yes! I, for one would love to see this.

@bpasero
Copy link
Member Author

bpasero commented Aug 14, 2020

I looked a bit into this and sketched up a possible solution using the IClipboardService. It is a bit hacky though and I have not yet figured out how to support multi-cursor, but I suggest to continue in a PR.

@bpasero bpasero self-assigned this Aug 14, 2020
@bpasero bpasero modified the milestones: Backlog, On Deck Aug 14, 2020
@alexdima alexdima modified the milestones: On Deck, August 2020 Aug 26, 2020
@bpasero bpasero added the verification-needed Verification of issue is requested label Aug 26, 2020
@bpasero bpasero assigned alexdima and unassigned sbatten Aug 27, 2020
@bpasero
Copy link
Member Author

bpasero commented Aug 27, 2020

Verification: run web and verify you see a Paste action in the context menu of the editor that does what it tells. It should also work with multi-cursor.

@aeschli
Copy link
Contributor

aeschli commented Sep 2, 2020

Works on Chrome, but not yet on Firefox. Let me know if we need an issue for that.

@aeschli aeschli added verified Verification succeeded and removed verification-needed Verification of issue is requested labels Sep 2, 2020
@bpasero
Copy link
Member Author

bpasero commented Sep 2, 2020

We have #84084

@github-actions github-actions bot locked and limited conversation to collaborators Oct 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-clipboard Editor clipboard issues feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verified Verification succeeded web Issues related to running VSCode in the web
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants
@tikaro @bpasero @alexdima @aeschli @sbatten and others