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: 233

Filed under:

In Visual Studio 3 files are typically grouped together:

  1. filename.aspx
  2. filename.aspx.cs
  3. filename.aspx.designer.cs

Is there a way to add another file that grouping so that it can be collapsed and out of view?

  1. filename.aspx
  2. filename.aspx.cs
  3. filename.aspx.designer.cs
  4. customfile.cs

Thanks

© Stack Overflow or respective owner

Related posts about visual-studio