2

The default sorting of Visual Studio Code shows:

  • rma_request_created_for_administrators.html.twig
  • rma_request_created.html.twig

enter image description here

Would be possibile to change the explorer sorting so that _ come after the .? Like this:

  • rma_request_created.html.twig
  • rma_request_created_for_administrators.html.twig
3
  • Have you looked into the "explorer.sortOrder" option for one that fits your usecase? Commented May 26, 2020 at 9:07
  • @Wiingreen thanks, i'll try right now. Commented May 26, 2020 at 9:23
  • @Wiingreen nope, not working. I tried the "type" sort order (because I want to show folders always first)... it's the same as the default sort order. Commented May 26, 2020 at 9:25

1 Answer 1

4

A sub-ordering of files and folders will be added to v1.57. The setting:

Explorer > Sort Order Lexicographic Options

Options: default, upper, lower and unicode

The unicode option will put the _ after the . version. I tested your example files and they switched to this order with the unicode option:

rma_request_created.html.twig
rma_request_created_for_administrators.html.twig

Sign up to request clarification or add additional context in comments.

2 Comments

Thank you! Waiting for the new version then :)
A similar way to achieve this is to update your "settings.json": "explorer.sortOrderLexicographicOptions": "unicode"

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.