File nesting in Solution Explorer

Angelos Petropoulos

We are excited to share with you a new capability in Visual Studio that was a clear ask from you, the community. Visual Studio has been nesting related files in Solution Explorer for a long time now, but not everybody agrees with the rules it uses. That’s not a problem any more because Visual Studio now gives you** complete control over file nesting in Solution Exporer! We hope your continued feedback helps us evolve this capability into a fan favorite! Out of the box you get to pick between the presets Off, Default and Web**, but you can always** customize it exactly to your liking.** You can even create solution-specific and project-specific settings, but more on all of that later. First let’s go over what you get out of the box.

What you get out of the box

Off: This option gives you a flat list of files without any file nesting whatsoever. Default: This options gives you the default file nesting behavior in Solution Explorer that Visual Studio has had since before you were able to control it. Web: This option applies the “Web” file nesting behavior to all the projects in the current solution. It has a lot of rules and we encourage you to check it out and tell us what you think. The very first picture in this post is highlighting just a few good examples of the file nesting that you get with this option.

Customizing file nesting to your exact liking If you don’t like what you get out of the box,

** you can always create your own, **custom file nesting settings that make Solution Explorer nest files to your exact liking. You can add as many custom file nesting settings as you like and you can switch between them as you see fit. Every time you want to create a new one you start by choosing to either start with an empty file or to use the Web settings as your starting point: We recommend you use Web settings as your starting point because it’s easier to tweak something that already works. If you do that you’ll be starting off with something that looks like the following (instead of being empty): Let’s focus on the node dependentFileProvider and more specifically the children being added to it. Each child node is a type of rule that Visual Studio can use to nest files. For example, “having the same filename, but a different extension” is one such type of rule. Let’s go over each type of rule available to you: * extentionToExtention: Use this type of rule to make file.js nest under file.ts * fileSuffixToExtension: Use this type of rule to make file-vsdoc.js nest under file.js * addedExtension: **Use this type of rule to make **file.html.css nest under file.html * pathSegment: Use this type of rule to make jquery.min.js nest under jquery.js * allExtensions: Use this type of rule to make file.* nest under file.js * fileToFile: Use this type of rule to make bower.json nest under .bowerrc

Ordering is very important in every part of your custom settings file. You can change the order in which rules are executed by moving them up or down inside of the dependentFileProvider node.  For example, if you have one rule that makes file.js the parent of file.ts and another rule that makes file.coffee the parent of file.ts the order in which they appear in the file decides what happens when all three files are present at the same time: file.js, file.ts and file.coffee. Since file.ts can only have one parent, whichever rule executes first wins. You can manage all settings, including your own custom settings through the same button in Solution Explorer: Head over to our docs for more details on how to customize file nesting in Solution Explorer with examples.

Creating solution-specific and project-specific settings You can create solution-specific and project-specific settings through the context menu of each solution and project:

  Solution-specific and project-specific settings will be combined with whatever Visual Studio settings are already active. Don’t be surprised for example if you have a blank project-specific settings file, yet Solution Explorer is still nesting files. The nesting is either coming from the solution-specific settings or the Visual Studio settings. The process of merging file nesting settings goes: Project > Solution > Visual Studio. You can tell Visual Studio to ignore solution-specific and project-specific settings, even if the files exist on disk, by enabling the option Ignore solution and project settings under Tools | Options | ASP.NET Core | File Nesting. You can do the opposite and tell Visual Studio to only use the solution-specific or the project-specific settings. Remember that “root” node we saw earlier in our custom settings? If not, go back and take a look at the picture. If you set that node to true it tells Visual Studio to stop merging files at that level and not combine it with files higher up the hierarchy. The great thing about solution-specific and project-specific settings is that they can be checked into source control and the entire team that works on the repo can share them.

Next steps Download

Visual Studio 2017 and try file nesting in Solution Explorer. The feature is currently only supported by ASP.NET Core projects, but tell us that you want it for other projects as well and we will try to make it happen. Check out our docs for more details on how to customize file nesting in Solution Explorer with examples. Please ask us questions and give us your feedback any way you find most convenient. You can leave a comment on this blog post, you can submit your suggestions on UserVoice or you can drop us an email on Anton.Piskunovmicrosoft.com (Principal Engineer) and Angelos.Petropoulosmicrosoft.com (Product Manager).

0 comments

Discussion is closed.

Feedback usabilla icon