Freebies preferred, but if it is worth the cost....
|
|
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). |
|||
|
|
|
|
LinqPad is great for testing linq to objects/xml/sql. Free download. |
|||
|
|
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. |
|||
|
|
|
|
If you're doing C++ coding, hands down Visual Assist. |
|||
|
|
|
|
definetly +1 for VisualAssistX (cannot work without it anymore & it's worth all the money) and +1 for VisualSVN |
|||
|
|
|
|
Consolas font Free font from MS designed for reading code. |
|||
|
|
Guidance packages integrate into VS as Snippets, projects, and project templates. They provide a way to collect and reuse patterns, code, and How To answers. You can create guidance for your team and you can download the guidance packages coming out of the Patterns and Practices group at MS. |
|||
|
|
|
|
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. |
|||
|
|
|
|
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. |
|||
|
|
|
|
I love CopySourceAsToHTML as a cool little addin. It's great if you want to copy code blocks for blogging and the like while maintaining your syntax formatting. I think this is still the url.. you have to do some manual work to set it up with 08. http://www.jtleigh.com/people/colin/software/CopySourceAsHtml/ |
|||
|
|
|
|
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. |
|||
|
|
|
|
Spell Checker for comments is a godsend. GhostDoc is great for making well documented APIs. |
|||
|
|
|
|
I've been using Visual Assist X for nearly two years now, and I find it so useful I can honestly say that if my employer didn't provide it, I'd have to pay for it myself. |
|||
|
|
|
|
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. |
|||
|
|
|
|
Visual Assist: you cannot live without it! |
|||
|
|
|
|
It's not a Visual Studio add in, but it is a tool that I couldn't use Visual Studio without it... ClipX - it's works with the normal clipboard, but saves the entries to a searchable list, you can use copy and paste as ususal, but you can hit CTRL+SHIFT+V and the list pops up. It works with images, text, etc. It even persists after you reboot your computer. |
|||
|
|
|
|
I know this is not a VS add-in but SSMS one anyway could be useful for anyone working with MSSQL. Just for the case you wanna see more like this one check this post. Actually from ssmstoolspack creator. |
|||
|
|
|
|
We've covered this on this question: http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-insetting |
|||
|
|
