有谁知道什么是视觉辅助?
谁能告诉我视觉辅助的主要用途是什么?真的有帮助吗?
Can anyone please tell me what is the main use of visual assist? Does it really help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
谁能告诉我视觉辅助的主要用途是什么?真的有帮助吗?
Can anyone please tell me what is the main use of visual assist? Does it really help?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
它是 Visual Studio 的一个插件,可为您提供更好的代码完成和其他生产力功能(例如代码重构和更好的查找/替换)。我发现没有它 VS 就无法使用,所以我真的推荐它。
http://www.wholetomato.com/
It's a plugin for Visual Studio that gives you better code completion and other productivity features (e.g. code refactoring and better find/replacing). I find VS unusable without it so I would really recommend it.
http://www.wholetomato.com/
正如 TheJuice 所说。但是,请记住,它的用处取决于您的编程语言。当我编写 C++ 代码时,我大量使用它。如果我正在编写 C# 代码,Resharper 是我选择的工具。
As TheJuice said. However, bare in mind that the usefulness of it depends on your programming language. I use it heavily when I'm writing C++ code. If I'm writing C# code, Resharper is my tool of choice.