Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Natural Sorting of Numbers #2

Open
rianquinn opened this issue Aug 18, 2022 · 4 comments
Open

Feature Request: Natural Sorting of Numbers #2

rianquinn opened this issue Aug 18, 2022 · 4 comments
Milestone

Comments

@rianquinn
Copy link

Test:
BLAH v15;
BLAH v1;
BLAH v3;
BLAH v6;
BLAH v13;
BLAH v2;
BLAH v10;

Expected:
BLAH v1;
BLAH v2;
BLAH v3;
BLAH v6;
BLAH v10;
BLAH v13;
BLAH v15;

Current:
BLAH v1;
BLAH v10;
BLAH v13;
BLAH v15;
BLAH v2;
BLAH v3;
BLAH v6;

P.S. Great extension. This issue is minor in the grand scheme of things. Thank you for making it.

@earshinov
Copy link
Owner

Thank you for a good suggestion. I will look into it.

@earshinov
Copy link
Owner

Hey @rianquinn , would you be willing to try a new version with natural sort before it is officially released? I am interested to know how well my implementation covers use cases you are interested in

@ranolfi
Copy link

ranolfi commented May 14, 2024

@earshinov, the text at the Visual Studio Marketplace page states there should be a command called Sort Lines by Selection (Natural Sort). But I just installed the extension in order to test this and the option isn't there.

Was it released at some point and then reverted?

@earshinov
Copy link
Owner

@ranolfi , Strange. It was released quite a white and was never reverted. You should have it.

image

Could you double-check?

@earshinov earshinov added this to the 1.2.0 milestone May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants