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

Option to ignore emojis while sorting #128

Open darkvertex opened 9 months ago

darkvertex commented 9 months ago

For example, if I run "Sort lines (natural)" on this:

🚿Eggplant
🫖Apple
🎨Date
📡Carrot
📷Banana

Today, I get:

🎨Date
📡Carrot
📷Banana
🫖Apple
🚿Eggplant

(...presumably because the unicode values of the emoji were interpreted numerically, or something of the sort.)


However, with an option to ignore emoji characters, sorting I would have maybe gotten something more meaningfully sorted:

🫖Apple
📷Banana
📡Carrot
🎨Date
🚿Eggplant