开发者

Group partial class shortcut

开发者 https://www.devze.com 2023-01-02 15:40 出处:网络
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 v

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消