views:

54

answers:

2

I have to cs file for one partial class. I know that I can modify project file to group them together like way that vs.net group *.aspx and *.aspx.cs, but is there a way to do that in vs.net IDE directly?

A: 

Guy from Microsoft says the only way is by editing the CSPROJ. Maybe an extension will pop up soon that does this.

Adam Driscoll
+3  A: 

I believe this is the plugin you are looking for:

http://mokosh.co.uk/vscommands/

Works in VS 2008 and 2010.

Mark