C++ 适用于本机 Visual Studio 开发人员的有用加载项或插件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/379453/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-27 15:02:54  来源:igfitidea点击:

Useful Add-Ins or Plug-Ins for native Visual Studio developer

c++visual-studiovisual-c++visual-studio-addins

提问by mem64k

There are plenty of different Add-Ins for Visual Studio see Visual Studio Gallery . Please share your experiences and favorites.

Visual Studio 有许多不同的加载项,请参阅Visual Studio Gallery 。请分享您的经验和最爱。

As motivation, here are some of my favorites:

作为动机,以下是我的一些最爱:

Tools

工具

For coffe break

咖啡休息时间

  • Powder Toy[F] - build thrilling simulations yourself
  • OE-CAKE[F/C] - build fluid simulations yourself.

Your suggestions:

你的建议:



[F] - freeware [O] - open source [C] - commercial.

[F] - 免费软件 [O] - 开源 [C] - 商业。

回答by Johann Gerell

I'm amazed that Visual Assisthas not been mentioned yet!

我很惊讶还没有提到Visual Assist

回答by Jordan Parmer

ViEmuis my personal favorite. Emulates VI right inside of VS. :^)

ViEmu是我个人的最爱。在 VS 内部模拟 VI。:^)

回答by belugabob

Is nobody using Resharper? - Shame on you! ;-)

没有人使用Resharper吗?- 你太无耻了!;-)

Seriously, you don't know what you're missing (I do, because I've yet to convince my boss to buy it, and my evaluation period has expired)

说真的,你不知道你错过了什么(我知道,因为我还没有说服我的老板买它,而且我的评估期已经过了)

The addition of this tool to visual studio almost brings it up to the level of IntelliJ Idea for Java

将这个工具加入到visual studio几乎把它提升到了IntelliJ Idea for Java的水平

回答by noisy

RockScroll is awesome, but there is something more powerful: MetalScroll:)

RockScroll 很棒,但还有更强大的东西:MetalScroll:)

btw... I also recommend this patch: http://code.google.com/p/metalscroll/issues/detail?id=9

顺便说一句...我也推荐这个补丁:http: //code.google.com/p/metalscroll/issues/detail?id=9

回答by M4N

VSFileExploreris a nice file explorer for VS. It's also very helpful when used together with subversion/tortoiseSVN, since it displays the tortoise overlay icons within VS.

VSFileExplorer是一款不错的 VS 文件浏览器。当与 subversion/tortoiseSVN 一起使用时,它也非常有用,因为它在 VS 中显示乌龟覆盖图标。

and of course

而且当然

GhostDocfor generation of XML doc comments for methods, properties, classes, ...

GhostDoc用于为方法、属性、类等生成 XML 文档注释。

回答by RvdK

  • Visual assist X
  • P/Invoke
  • Refactor!
  • 视觉辅助 X
  • P/调用
  • 重构!

回答by peterchen

A minor one by me: Linkifythat simplifies links in comments to dev wiki, msdn, bug tracker etc.

我的一个小问题:Linkify,它简化了开发维基、msdn、错误跟踪器等评论中的链接。

回答by Deff

assist is very useful, visual lint is good but boring.

辅助非常有用,视觉棉绒很好但很无聊。

回答by Mark Cooper

My two pennies worth: TabStudioand RockScroll.

我的两分钱TabStudioRockScroll

Tab Studio is uber-awesome when working on WPF / Silverlight apps, trying to keep track of any number of code behind, view-model and xaml files.

Tab Studio 在处理 WPF/Silverlight 应用程序时非常棒,它试图跟踪任意数量的代码、视图模型和 xaml 文件。

Rock scroll is great for larger files and quickly finding references.

Rock scroll 非常适合较大的文件和快速查找参考。