You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm using Visual Studio and I would like to group targets by putting them into virtual folders, to avoid my workspace being a complete mess. You can look at what Premake 5 does here: https://github.com/premake/premake-core/wiki/group
Describe the solution you'd like
I think the way Premake handles this is not the best way to do.
I think it can be better handled by doing as target does:
Is your feature request related to a problem? Please describe.
I'm using Visual Studio and I would like to group targets by putting them into virtual folders, to avoid my workspace being a complete mess. You can look at what Premake 5 does here: https://github.com/premake/premake-core/wiki/group
Describe the solution you'd like
I think the way Premake handles this is not the best way to do.
I think it can be better handled by doing as target does:
Describe alternatives you've considered
Alternatively, it may be handled like this:
or maybe it can be handled the same way as Premake does, but I think the better solution here for users would be the first I propose.
Additional context
Here is a preview of virtual folders in Visual Studio, using an old version of NazaraEngine that I found on my hard drive.
The text was updated successfully, but these errors were encountered: