You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@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.
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.
The text was updated successfully, but these errors were encountered: