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

Add Copy Cell Output button or context menu in .NET Interactive #124917

Closed
doggy8088 opened this issue May 30, 2021 · 2 comments
Closed

Add Copy Cell Output button or context menu in .NET Interactive #124917

doggy8088 opened this issue May 30, 2021 · 2 comments
Assignees
Labels
feature-request Request for new features or functionality notebook
Milestone

Comments

@doggy8088
Copy link

Due to this reply from dotnet/interactive#862 issue. I just realized that this suggestion have to report to vscode repo. I would like to suggest two options for the .NET Interactive extension:

  1. Add a Copy Cell Outputs button in the context menu when right-click on the cell output

    image

  2. Add a Copy button on the top-right corner just like GitHub's code fence did.

    image

@DonJayamanne
Copy link
Contributor

DonJayamanne commented Jul 12, 2021

I vote for the ability to have some sort of a concept of commands in Output items.
This way we can have commands to:

I have a personal extension that opens vega & plotly plots in an editor (not just a viewer).

E.g. expose the mime type as a context key (so extension authors can have commands show up for some mime types & not others).

@rebornix /cc

@amunger
Copy link
Contributor

amunger commented Nov 19, 2024

this was implemented

@amunger amunger closed this as completed Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality notebook
Projects
None yet
Development

No branches or pull requests

6 participants
@doggy8088 @roblourens @rebornix @DonJayamanne @amunger and others