Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 1.51 KB

README.md

File metadata and controls

48 lines (26 loc) · 1.51 KB

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