This plugin integrates Pastebin service into Atom IDE. It can automatically create new pastes by selecting a code fragment in your editor and insert code by paste ID or corresponding URL.
Designed by Vyacheslav Efimov and Denis Fevralyov
In order to create a new paste select a code fragment that you want to share on Pastebin.com. Then perform any of these action:
The language will be recognised by Pastebin according to the type of current file in Atom where the code fragment is selected. The following languages and formats are supported (otherwise, the paste will be created as plain text):
After creating a new paste an Atom success notification will appear in IDE with paste URL.
Inserting a paste into your editor can be performed by selecting a paste ID or URL to paste location in your code. Then perform any of these action:
In case of providing a wrong paste ID or URL the error message in IDE will appear.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.