VSCode ShareCode Save

Share Code is an Extension for Visual Studio Code. You can find it on marketplace.

Project README

Features

Supports on Pastebin and Github Gist

  • share code
  • open shared files
  • login with oauth

Supports on GitLab

  • share code
  • open shared files

Please create a Personal Access Tokens by hand

Usability

  • select text for sharing
  • context menus

Usage

Press Ctrl+Shift+P and type in Share Code. Then you can select between Pastebin and GitHub Gist. (anonymous) means you don't have to login to share a file, but you can't edit or remove it later, when you choose this option.

HowTo upload a file to Pastebin:

alt tag

HowTo upload a file to Github Gist:

alt tag

Settings

These settings are set automatically when you start the extension. You can also manually configure your user name and token. Go to File > Preferences > User Settings and add these lines:

{
    "shareCode.pastebin.username": "...",
    "shareCode.pastebin.authtoken": "...",
    "shareCode.github.username": "...",
    "shareCode.github.authtoken": "...",
    "shareCode.gitlab.baseurl": "...",
    "shareCode.gitlab.authtoken": "..."
}

Pastebin authtoken can be obtained from https://pastebin.com/doc_api#9, this extension expects the api_user_key that can fetched by providing the developer key provided on the api page.

Reset Github token

Sometimes it is necessary to delete a token. Go to this page and delete the token named VSCode Share Code.

Like?

You can support my work :)

paypal

License

GPLv3

Open Source Agenda is not affiliated with "VSCode ShareCode" Project. README Source: tigerxy/VSCode-ShareCode

Open Source Agenda Badge

Open Source Agenda Rating