Freebies preferred, but if it is worth the cost....
|
|
|
|||
|
|
|
|
I use a lot the Fogbguz plug in but well you need to use Fogbugz first !!! |
|||
|
|
|
|
I just found this rather large list of addins: http://geekswithblogs.net/brians/archive/2008/05/12/122087.aspx |
|||
|
|
|
|
+1 for VisualSVN being better than AnkhSVN, having tried both, and +1 for the FogBugz Add-in. |
|||
|
|
|
|
|
|||
|
|
|
|
KingsTools is also a nice collection of macros containing:
|
|||
|
|
|
|
In addition to the refactoring and source control tools listed here, AQTime is a great windows profiler. It can run as a plugin or stand-alone and it works with .NET and native code. |
|||
|
|
|
|
I found this site called Visual Studio Gallery - it has a lot of visual studio add-ins. I'm browsing it right now and I recommend everyone to visit it. |
|||
|
|
|
|
XPathmania is a good little tool for writing and testing XPath queries. |
|||
|
|
|
|
I'm always amazed that more people don't know about/use NDepend - it shows all dependecies at every level of your code, and will even draw pretty box and arrow pictures showing how confused your architecture really is :) Together with TestDriven.Net, I can't imagine working without it any more. Free/cheap. |
|||
|
|
|
|
A lot of the mentioned Addins are used by me on a regular basis. Here are just a few I I estimate, too: All three are free and highly recommended (by me). |
|||
|
|
|
|
I 2nd VisualAssist, been using it since V6, can't live without it... I see no one has mentiond CoolCommands: http://geekswithblogs.net/brians/archive/2007/03/04/107922.aspx Great set of time savers... |
|||
|
|
|
|
Code Style Enforcer Lets you define a .NET code style (with some degree of flexibility) and underlines violations. Has context-menu options to change the code to match the style. Requires DXCore, which is linked from the Code Style Enforcer page. Both are free. |
|||
|
|
|
|
definetly +1 for VisualAssistX (cannot work without it anymore & it's worth all the money) and +1 for VisualSVN |
|||
|
|
|
|
If you are looking for a better code editor, vim comes with VisVim, a plugin to replace the VS code editor with vim. |
|||
|
|
|
|
Definitely Resharper. |
|||
|
|
|
|
Not really an addon inside VS, but one every VS use needs: Code Preview Handler Provides a preview handler with syntax highlighting for source files. The handler works in the Explorer preview pane and in the preview tab for attachments in Outlook. |
|||
|
|
|
|
Source Monitor code analysis tool |
|||
|
|
Resharper. It's the best productivity tool for any software engineer! TestDriven.Net is pretty good too. and GhostDoc. |
|||
|
|
|
|
VLINQ LINQPad is essential, but for quick stuff inside VS, VLINQ is great. |
|||
|
|
|
|
Source Code Outliner Nice alternate view of your source files. It's the outliner from the code pane, but without all the code getting in the way of the structure. |
|||
|
|
|
|
VS Command Shell Command shell in the Output pane. Far from perfect, but often very, very useful. Faster and easier to get to than a separate cmd and has easier copy/paste support. |
|||
|
|
|
|
PInvoke.NET addon Menu to search for pre-written P/Invoke code. Much easier than working out the marshalling code yourself, especially when there are nasty unions and alignment requirements. |
|||
|
|
|
|
Spell Checker for comments is a godsend. GhostDoc is great for making well documented APIs. |
|||
|
|
|
|
TracExplorer is cool for integrating Trac with VS. |
|||
|
|
|
|
|
|||
|
|
|
|
If vi/vim editing is your thang: If you want color-coded control-flow syntax-highlighting and graphical outlines: I'm the developer of these commercial tools. |
|||
|
|
