Skip to content

Padding of Number Sequences #75

@TCWORLD

Description

@TCWORLD

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions