lostintangent / gistpad

VS Code extension for managing and sharing code snippets, notes and interactive samples using GitHub Gists
https://aka.ms/gistpad
MIT License
937 stars 58 forks source link

Support context menu on gist tag to add a new gist to that tag #332

Closed sandipchitale closed 9 months ago

sandipchitale commented 1 year ago

Is your feature request related to a problem? Please describe. Support context menu on gist tag to add a new gist to that tag by simply pre-populating the Create New Gist prompt with that tag name

Describe the solution you'd like

For example, imagine a context menu item called Create New Gist in tag on JavaCryptoGraphy tag node:

image

when invoked it shows:

image

sandipchitale commented 9 months ago

Looks like this has been implemented. Feel free to close.