Increment / Decrement Value
an Atom package
Note: this package is deprecated in favor of atom-string-looper, which does the same thing.
Usage
Hit alt+up or alt+down on a word...
...if the word is a Number...
...the plugin increase/decrease it.
Note: on a Number, if you use ctrl+alt+up or ctrl+alt+down, you will increment/decrement by decades.
...if the word is false/true/FALSE/TRUE/yes/no/on/off...
...the plugin will turn it to, respectively : true/false/TRUE/FALSE/no/yes/off/on.
...if the word is a String...
...the plugin will lowercase/Capitalize/UPPERCASE it.
Known Bugs & TODO
- Support of
floating Number. - Support of
semver Number. - Increase/Decrease by decades.