VSCode extension
Increments progressively integer values found in selection(s) by 1 or 10.
- Progressive: increment by 1
- Progressive: increment by 10
- Progressive: increment by ...
progressive.skipFirstNumber
: if true the first number will not be changed (default false).progressive.allowZeroLengthSelection
: if true increments the number before or after the cursor in case of zero length selection (default false).
- Increment by 1: ctrl + alt + i
- Increment by 10: ctrl + alt + shift + i
- Increment by 1: cmd + alt + i
- Increment by 10: cmd + alt + shift + i