plusplus READMEThis is a Visual Studio Code plugin to increment/decrement selected numbers by one. For single selections, this is a useless plugin. You can just select your number and replace it yourself. This plugin comes in handy when you have multiple numbers selected, and you want to increment/decrement them all by one. There may be another plugin that does this, this was also just an experiment with creating/publishing a Visual Studio Code plugin. FeaturesIncrements/decrements all of the selected numbers. It is suggested to only be
used with multiple selections. Also, make sure you only have the number selected
with no extra characters. This plugin uses the Extension SettingsCommands:
Known IssuesThis is a naive attempt at an extension and will probably not have all of the features that people would find useful. If you have any suggestions, PRs are welcome, or if you don't want to submit a PR, feel free to open an issue with your desired features/bug fixes. Release Notes1.0.0Initial release of plusplus 1.0.1Adds gif to Readme (I know it's silly, should have had it for initial release) 1.1.0Adds incrementBy10 and decrement by 10 (Thanks andyparisi) 1.1.1Updates code style and updates devDependencies |