Useful Add-Ins or Plug-Ins for native Visual Studio developer [closed]

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-02 13:47:01

I'm amazed that Visual Assist has not been mentioned yet!

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

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

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

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

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

VSFileExplorer is 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.

and of course

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

  • Visual assist X
  • P/Invoke
  • Refactor!

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

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

My two pennies worth: TabStudio and RockScroll.

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.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!