/MystBin-VSC

Visual Studio Code extension for MystBin.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

MystBin | VSCode Extension

  • MystBin is an easy way to share text and code online. With this extension you can paste to MystBin directly from Visual Studio Code.

Features

  • Paste full files or text of any language to MystBin with >Share (mystbin.share).
  • Select up to 5 snippets in an open editor and send them to MystBin as separate files.
  • Automatically copies the paste URL and has a button to open it in your browser.

Planned

  • Editor Icon/Button for quickly saving a workspace or file.
  • Context Menus for quickly pasting files from the explorer or selected text in an editor.
  • Fetch and edit existing MystBin pastes via ID or URL.
  • Ability to provide your API token for saving pastes to your account.

Settings

None currently exist.

Release Notes

0.0.2

  • Added: Explorer Right Click Menu.

    • Right Click to upload a files contents. (Max Size of 30_000 bytes.)
  • Fixed: Filename parsing was inaccurate. Added a parser for better results.

0.0.1

  • Initial release
    • Basic single file pasting functionality.
    • Basic highlighting/selection based pasting.
    • Copy URL to clipboard.