interactive icon indicating copy to clipboard operation
interactive copied to clipboard

Mimic the VS Code cell manipulation UX

Open NiklasGustafsson opened this issue 3 years ago • 3 comments
trafficstars

Describe the bug

Suggestion: VS Code has a number of cell-oriented commands on the right, near the corner of the cell. The menu is different depending on whether it's a code or markdown cell.

I suggest drawing inspiration from that UI in VS Notebooks, too.

Please complete the following:

Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):

  • OS
    • [X] Windows 11
    • [ ] Windows 10
    • [ ] macOS
    • [ ] Linux (Please specify distro)
    • [ ] iOS
    • [ ] Android
  • Frontend
    • [ ] Jupyter Notebook
    • [ ] Jupyter Lab
    • [ ] nteract
    • [ ] Visual Studio Code
    • [ ] Visual Studio Code Insiders
    • [X] Visual Studio
    • [ ] Other (please specify)

Screenshots

If applicable, add screenshots to help explain your problem. Screenshot 2022-05-13 104415

NiklasGustafsson avatar May 13 '22 17:05 NiklasGustafsson

All cell actions in Vs code are implemented in Vs image

For more actions the PR is out image https://github.com/microsoft/VS-Notebook/pull/266

zewditu avatar Jun 21 '22 17:06 zewditu

Great! One minor, fit-and-finish detail: the spelling of 'Paste Cell' is wrong in that picture, and the items 'Copy cell', 'Cut cell', and 'Join With previous Cell' uses capitalization that is inconsistent with the rest of the menu.

NiklasGustafsson avatar Jun 21 '22 17:06 NiklasGustafsson

image

zewditu avatar Jun 22 '22 23:06 zewditu

Closing as support for notebooks in VS has been discontinued

claudiaregio avatar Jan 04 '23 23:01 claudiaregio