用于重新格式化文本的免费 Visual-studio 插件
你好 我想知道是否有任何免费的 Visual Studio 插件可以让我“清理代码”?我所说的清理是指重新格式化文本、在单独的行中中断长 lambda 表达式等 - 就像 resharper 所做的那样。不幸的是,我无法使用 resharper,因为我的笔记本电脑有点旧,并且很难与 resharper 一起工作。
Hi
I was wondering if there is any free visual studio plugin which allow me to do "clean up code"?. By clean up I mean reformat text, break long lambda expressions in separate lines etc - just like resharper does it. Unfortunatelly I can't use resharper because my laptop is a bit old and it is hard to work with resharper working.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试代码女仆
Try code maid
Visual Studio 将重新格式化文本:CTRL+K、CTRL+D
预定义键盘快捷键
Visual Studio 2005 IDE 生产力提示和技巧(大多数适用于 2005 年以后)
Visual Studio .NET 2005 键盘快捷键
Visual Studio will reformat text: CTRL+K, CTRL+D
Pre-defined Keyboard Shortcuts
Visual Studio 2005 IDE Productivity Tips and Tricks (most apply to 2005 onwards)
Visual Studio .NET 2005 Keyboard Shortcuts
在我看来,首先,依赖插件对于开发人员来说是一个未来的问题,因为真正的开发人员需要的东西比普通开发人员少。
好吧,我尝试了自己的 Resharper,但从未发现它很好,但如果您喜欢一些好东西,我推荐 telerik 的 Visual Studio 2010 插件。它们比 resharper 好,但都会降低程序员的生产力。
in my opinion first thing is that depend on plugin is a futurewise problem for developer because truely developer need thing less then a common developer.
well i try myself Resharper but never found that's good but if you like some good thing that i recommended telerik 's plugin for visual studio 2010. they are good then resharper but both kill the programmer's productivity.