Visual Studio File Groupings
Posted
by Daniel
on Stack Overflow
See other posts from Stack Overflow
or by Daniel
Published on 2010-02-01T22:22:23Z
Indexed on
2010/04/24
14:03 UTC
Read the original article
Hit count: 250
visual-studio
In Visual Studio 3 files are typically grouped together:
- filename.aspx
- filename.aspx.cs
- filename.aspx.designer.cs
Is there a way to add another file that grouping so that it can be collapsed and out of view?
- filename.aspx
- filename.aspx.cs
- filename.aspx.designer.cs
- customfile.cs
Thanks
© Stack Overflow or respective owner