Group partial class shortcut
I have to cs file for one partial class. I know that I can modify project file to group them together like w开发者_开发百科ay that vs.net group *.aspx and *.aspx.cs, but is there a way to do that in vs.net IDE directly?
I believe this is the plugin you are looking for:
http://mokosh.co.uk/vscommands/
Works in VS 2008 and 2010.
You can install VSCommands extension for Visual Studio 2012. Select files to group from Solution Explorer, Right click -> Group Items.
Guy from Microsoft says the only way is by editing the CSPROJ. Maybe an extension will pop up soon that does this.
精彩评论