paste-creator-and-inserter

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

EVS10

29

0

1.1.0

MIT

GitHub

Paste Creator and Inserter

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

Creating pastes

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 pastes

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.

A screenshot of your package