atom-increment

A community package for the Atom text editor which creates a sequence of numbers or strings using selections or multiple cursors.

norben

4,823

11

0.3.4

MIT

GitHub

atom-increment package

atom-increment is a package i wrote for the Atom text editor.
It increments values from either a selection, multiple cursors or a combination of both.

See Figure 1 for a screenshot.

Usage

You can increment :

Settings

Please note that you might need to refresh your Atom application for your settings changes to take effect.

You can define settings for number or string type :

Those default values will generate a sequence like so : 0 1 2 3 4 etc...
If you set start value to 10 and size to 2, it will generate : 10 12 14 16 etc...

There are also general settings :

Note

The number of generated elements will only depend on your selections / multiple cursors.

License

MIT (see License)

Figures

Figure 1 : a screenshot of the atom-increment package settings A screenshot of settings