Shadowblitz16
Shadowblitz16

Reputation: 145

Visual Studio 2017 sort solution explorer by file type and alphabeticlly

can someone tell me how to sort the vs 2017 solution explorer by both type and alphabetically?

basically I want this config file to be at the bottom of the project..

enter image description here

Upvotes: 5

Views: 3411

Answers (1)

Jeff R.
Jeff R.

Reputation: 1521

You can't sort the files within Visual Studio, they will always be alphabetical.

Best you can do is group files using folders.

Upvotes: 3

Related Questions