Skip to content

VSCode extension to insert sequential number / bit-field / character to multi-cursor rows.

License

Notifications You must be signed in to change notification settings

yo-C-ta/insert-multiple-rows

Repository files navigation

Insert Multiple Rows

version issue rate download Build Status

A extension to insert sequential number / bit-field / character to multi-cursor rows.

Features

All features calculate digits automatically and insert from any number.

USAGE: Set multi-cursor and call bellow commands.

Attention: Insertion is performed cursor-selection-order.

Command: Insert decimal to multiple rows 🔢

Insert decimal demo

Command: Insert bitfield to multiple rows 0️⃣

Insert bitfield demo

Command: Insert character to multiple rows 🔠

Insert character demo

Extension Settings

  • insertDecimalToMultipleRows.paddingChar
    • What: padding character for "Insert decimal to multiple rows" command
    • Default: '0'
    • Value: single character

Example of use

Make sample csv

csv sample

Insert C define macros

c sample

Insert to 10,000 rows

10000 rows

About

VSCode extension to insert sequential number / bit-field / character to multi-cursor rows.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published