Tyriar / vscode-sort-lines

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

Sort lines (descending, case insensitive) #107

Open iamrealmarsel opened 2 years ago

iamrealmarsel commented 2 years ago

Hi! Why ext doesn't support "sort lines (descending, case insensitive)" ?

iamrealmarsel commented 2 years ago

and in my opinion the command name sortLines.sortLinesReverse is a bit irrelevant. reverse: abefcd -> dcfeba descending: abefcd -> fedcba it would be great if it was also a real reverse sort lines.