interactive
interactive copied to clipboard
Mimic the VS Code cell manipulation UX
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.

All cell actions in Vs code are implemented in Vs

For more actions the PR is out
https://github.com/microsoft/VS-Notebook/pull/266
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.

Closing as support for notebooks in VS has been discontinued