Visual Studio 2017 prefix file nesting

房东的猫 提交于 2019-12-10 16:48:49

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!