Skip to content

Input sequential number in the across multiple cursors. (Visual Studio Code)

Notifications You must be signed in to change notification settings

delton-thompson/vs-sequential-number

 
 

Repository files navigation

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.1.0

  • Add operator '*', '/', Thanks to SangheonYi

1.0.0

  • Update of security dependencies

0.0.1

  • Initial release

About

Input sequential number in the across multiple cursors. (Visual Studio Code)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%