Skip to content

Increments progressively integer values found in selection(s) by 1 or 10

License

Notifications You must be signed in to change notification settings

narsenico/vscode-progressive-increment

Repository files navigation

vscode-progressive-increment

VSCode extension

License

Increments progressively integer values found in selection(s) by 1 or 10.

screenshot

Commands:

  • Progressive: increment by 1
  • Progressive: increment by 10
  • Progressive: increment by ...

Settings:

  • 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).

Shortcuts:

Win\Linux:

  • Increment by 1: ctrl + alt + i
  • Increment by 10: ctrl + alt + shift + i

Mac:

  • Increment by 1: cmd + alt + i
  • Increment by 10: cmd + alt + shift + i

About

Increments progressively integer values found in selection(s) by 1 or 10

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published