This extension uploads the current selection or the entire file text to SourceBin.
When some code is selected in the active editor, the command will only upload the selection to SourceBin. If there is no selection, the entirety of the file's text will be uploaded.
This extension exposes 2 ways to run the command to upload code to sourcebin.
By default, a status bar item will be created that says Upload to Bin
.
Clicking on it will trigger the command.
This extension also has a command that can be accessed using the command palette (cmd/ctrl - shift - P).
Running the Upload to Bin
command will also trigger the command.
--- Built with ♥ by dheerajpv ---