Skip to content

tomoki1207/vscode-input-sequence

Repository files navigation

vscode-input-sequence

Build status AppVeyor License

sequential-number for VSCode.

screenshot

Usage

Default Keymap

ctrl + alt + 0 => Open the input panel !

Syntax Rules

<start> <operator> <step> : <digit> : <radix>

Key Default Definition
start "" It specifies the number that you start typing an integer.
operator (optional) + It specifies the generation rules of consecutive numbers in the + or -. The sign of the increment(++) and decrement(--) also available.
step (optional) 1 It specifies the integer to be added or subtracted.
digit (optional) 0 It specifies of the number of digits in the integer.
radix (optional) 10 It specifies an integer between 2 and 36 that represents radix.

More infomation and Examples

See sequential-number.

Configuration

  • sequence.replaceSelection Replace initial selections by sequence or not. replaceScreenshot

LICENSE

LICENSE