An Visual Studio Code package, to inputs sequential numbers across multiple cursors.
<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. |
- Add operator '*', '/', Thanks to SangheonYi
- Update of security dependencies
- Initial release