Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.09 KB

File metadata and controls

29 lines (18 loc) · 1.09 KB

An Visual Studio Code package, to inputs sequential numbers across multiple cursors.

Screenshot

Demo

Syntax Rules

<start> <operator?> <step?>
Key Default Definition
start 1 It specifies the number that you start typing an integer.
operator (optinal) + It specifies the generation rules of consecutive numbers in the + or -.
step (optinal) 1 It specifies the integer to be added or subtracted.

Release Notes

1.0.0

  • Update of security dependencies

0.0.1

  • Initial release