问题
Is there a way to group files with same suffix but with variant prefix.
Example:
-hero.model.ts
-power.hero.model.ts
-weapon.hero.model.ts
-bullet.weapon.hero.model.ts
This guide (https://blogs.msdn.microsoft.com/webdev/2018/02/07/file-nesting-in-solution-explorer/) says:
fileSuffixToExtension: Use this type of rule to make file-vsdoc.js nest under file.js
or
pathSegment: Use this type of rule to make jquery.min.js nest under jquery.js
I'm looking for the same thing but with prefix instead of suffix. I'm using VS2017 with a .Net Core 2.1 project.
来源:https://stackoverflow.com/questions/51901094/visual-studio-2017-prefix-file-nesting