-
Notifications
You must be signed in to change notification settings - Fork 18
Padding of Number Sequences #75
Copy link
Copy link
Open
Description
Apologies if this is a feature already, I couldn't seem to find a way to do it with this extension.
When inserting a sequence of numbers on multiple lines, it would be useful to have the option to specify padding the numbers, either with 0's or such that the data added to every row is a constant width.
For example, as an alterative of inserting:
blah"0"
blah"1"
...
blah"9"
blah"10"
blah"11"
It would be possible to instead have it insert one of the following options (0 or space padding, left or right aligned):
blah"00" blah" 0" blah"0 "
blah"01" blah" 1" blah"1 "
...
blah"09" blah" 9" blah"9 "
blah"10" blah"10" blah"10"
blah"11" blah"11" blah"11"
This would be useful when editing files with entries organised in fixed with columns.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels