Markdown Cell Editing Bar && Code Cell "Up" and "Down" Arrows #10162
AndrewLaganaro
started this conversation in
New Ideas
Replies: 1 comment
-
Thanks for the suggestion. It could actually be added by any extension as VS code core handles markdown. Adding new buttons is just a matter of adding the commands and buttons to an extension. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Markdown Cell Editing Bar
Just like we have on github itself or in google colab, it'd be great if we have available Markdown buttons to trigger its functions quickly and visually
Colab:


Github:
Code Cell "Up" and "Down" Arrows
Just like we have on google colab, it'd be great if we have available Up and down buttons to move the cell by clicking on them.
Today we only have the "execute cell above" or "execute cell below" options.
Colab

Current Vscode options:

Beta Was this translation helpful? Give feedback.
All reactions