删除& “使用”排序Visual Studio 2008 中的语句?
有没有办法在 Visual Studio 2008 中自动执行“using”语句的“删除和排序”?
Is there a way to automate the "Removal & Sorting" of "using" statements in Visual Studio 2008?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅(免费)“电源命令”扩展,在项目级别具有“删除和排序使用”。
加上“保存时删除并排序”选项。
请参阅:http://visualstudiogallery.msdn.microsoft.com /en-us/e5f41ad9-4edc-4912-bca3-91147db95b99
See the (free) "Power Commands" extensions, that has a "remove&sort usings" at the project level.
Plus a "remove and sort on save" option.
See: http://visualstudiogallery.msdn.microsoft.com/en-us/e5f41ad9-4edc-4912-bca3-91147db95b99
我知道的唯一方法是使用第三方工具,例如 CodeRush & Refactor Pro! 或 Resharper。
The only way I'm aware of is using a third party tool like CodeRush & Refactor Pro! or Resharper.