Tyriar / vscode-sort-lines

Visual Studio Code extension to sort lines of text
https://marketplace.visualstudio.com/items/Tyriar.sort-lines
MIT License
147 stars 42 forks source link

Sort lines (prefix) #127

Open jkevingutierrez opened 1 year ago

jkevingutierrez commented 1 year ago

Can you add a sorting option or sorting command that could allow to have the line with a prefix at the top of the lines?

Right now, it is always sorted at the end of the lines

For example; the following lines

black-900
black
black-mobile
black-eyebrow

are sorted into

black-900
black-eyebrow
black-mobile
black

It would be great to have an option/command to have it sorted as

black
black-900
black-eyebrow
black-mobile