What is your favorite Visual Studio add-in/setting? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T10:10:12Z http://stackoverflow.com/feeds/question/106340 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting 51 What is your favorite Visual Studio add-in/setting? sontek 2008-09-19T23:18:21Z 2009-11-17T16:54:39Z <p>What add-in/setting in Visual Studio can you not live without? Which one improves your productivity or fixes something you can't stand in Visual Studio? Why is it your favorite?</p> <p>My favorite is <a href="http://www.ardentdev.com/blog/index.php/aspxedithelper" rel="nofollow">aspx edit helper</a> because it does really improve my productivity when working with ASP.NET applications. What it does is provide a quick way to type out server side controls, it automatically fills in runat="server" and id="" and puts your cursor in between the quotes of ID so you can type it in.</p> <p><strong>Here is a summarized list of all the plugins discussed so far</strong></p> <ol> <li><a href="http://www.ardentdev.com/blog/index.php/aspxedithelper" rel="nofollow">ASPX Edit Helper</a> - Snippets for editing asp.net</li> <li><a href="http://www.jetbrains.com/resharper/index.html" rel="nofollow">Re-Sharper</a> - Fast Refactoring</li> <li><a href="http://code.msdn.microsoft.com/PowerCommands" rel="nofollow">Power Commands</a></li> <li><a href="http://www.red-gate.com/products/reflector/" rel="nofollow">Reflector</a></li> <li><a href="http://www.roland-weigelt.de/ghostdoc/" rel="nofollow">GhostDoc</a> - Generates XML comments</li> <li><a href="http://www.wholetomato.com/" rel="nofollow">Visual Assist X</a></li> <li><a href="http://www.hanselman.com/blog/IntroducingRockScroll.aspx" rel="nofollow">Rock Scroll</a></li> <li><a href="http://testdriven.net/" rel="nofollow">TestDriven.NET</a></li> <li><a href="http://www.ncover.com/" rel="nofollow">NCover</a></li> <li><a href="http://ankhsvn.open.collab.net/" rel="nofollow">AnkhSVN</a> - SVN Integration</li> <li><a href="http://www.viemu.com/" rel="nofollow">ViEmu</a> - Vim Emulation</li> <li><a href="http://www.visualsvn.com/" rel="nofollow">VisualSVN</a> - SVN Integration</li> <li><a href="http://frickinsweet.com/tools/Theme.mvc.aspx" rel="nofollow">Theme Generator</a></li> <li><a href="http://www.codeproject.com/KB/dotnet/Skype%5Fin%5FVisual%5FStudio.aspx" rel="nofollow">Skype Add-in</a></li> <li><a href="http://www.codeplex.com/xmlexplorer" rel="nofollow">XML Explorer</a></li> <li><a href="http://www.codeplex.com/ResourceRefactoring" rel="nofollow">Resource Refactoring</a></li> <li><a href="http://weblogs.asp.net/scottgu/archive/2007/07/31/linq-to-sql-debug-visualizer.aspx" rel="nofollow">Linq2Sql Debugger Visualizer</a> - Easily debug Linq2SQL</li> <li><a href="http://www.mindscape.co.nz/products/vsfileexplorer/" rel="nofollow">Visual Studio File Explorer</a></li> <li><a href="http://www.codeplex.com/VSWindowManager" rel="nofollow">Visual Studio Window Manager</a></li> <li><a href="http://msdn.microsoft.com/en-us/teamsystem/bb980963.aspx" rel="nofollow">TFS PowerToys</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/bb397975.aspx" rel="nofollow">Expression Tree Visualizer</a></li> <li><a href="http://code.msdn.microsoft.com/sourceanalysis/Release/ProjectReleases.aspx?ReleaseId=1425" rel="nofollow">StyleCop</a></li> <li><a href="http://janyou.itpub.net/post/8897/460372" rel="nofollow">Regions Manager</a></li> <li><a href="http://www.rauchy.net/regionerate/" rel="nofollow">Regionerate</a></li> <li><a href="http://www.codekeep.net/addins.aspx" rel="nofollow">Code Keep</a> - Manage Code Snippets from anywhere</li> <li><a href="http://code.google.com/p/cr-documentor/" rel="nofollow">CR Documentor</a></li> <li><a href="http://code.google.com/p/dxcorecommunityplugins/" rel="nofollow">DXCore Community Plugins</a></li> <li><a href="http://www.nunit.org" rel="nofollow">NUnit</a></li> <li><a href="http://msdn.microsoft.com/en-us/vcsharp/dd218053.aspx" rel="nofollow">CodeRush Xpress</a></li> <li><a href="http://www.codeplex.com/jslint" rel="nofollow">JSLint</a></li> <li><a href="http://www.codeplex.com/NUnitForVS" rel="nofollow">NUnit for VS</a> - NUnit integration</li> <li><a href="http://www.developerfusion.com/community/blog-entry-redirect/8388451/" rel="nofollow">Instant Gratification</a> - Tells you how awesome your code is</li> <li><a href="http://entrian.com/source-search/" rel="nofollow">Entrian Source Search</a>, a Code Search add-in. "Find In Files" on steroids.</li> <li><a href="http://www.redlizards.com/" rel="nofollow">Goanna</a> - static analysis for C/C++</li> <li><a href="http://www.exactmagic.com/products/studiotools/index.html" rel="nofollow">StudioTools</a></li> <li><a href="http://www.usysware.com/dpack/" rel="nofollow">USysWare DPack Code Browser</a> - Fast code navigation </li> </ol> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/106344#106344 42 Answer by RKitson for What is your favorite Visual Studio add-in/setting? RKitson 2008-09-19T23:19:19Z 2008-09-19T23:24:31Z <p><a href="http://www.jetbrains.com/resharper/index.html" rel="nofollow">ReSharper!</a> - It blows away the refactoring utils that are built-in to VS, and the default hotkeys as well. Once you get used to it, you'll never want to work on a VS installation that doesn't have it!</p> <p>And if you use Subversion, <a href="http://visualsvn.com/" rel="nofollow">VisualSVN</a> is awesome! </p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/106345#106345 23 Answer by Brian R. Bondy for What is your favorite Visual Studio add-in/setting? Brian R. Bondy 2008-09-19T23:19:23Z 2008-09-20T18:52:08Z <p><a href="http://www.wholetomato.com/" rel="nofollow">Visual Assist X</a> for C++, and .Net languages</p> <p>See <a href="http://www.wholetomato.com/products/default.asp" rel="nofollow">this page for a rundown of all the features</a>.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/106349#106349 1 Answer by Martin C. for What is your favorite Visual Studio add-in/setting? Martin C. 2008-09-19T23:20:32Z 2008-09-19T23:20:32Z <p>I second ReSharper. Can't live without it. The best investment I have made so far (regarding development).</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/106354#106354 1 Answer by Eric Willis for What is your favorite Visual Studio add-in/setting? Eric Willis 2008-09-19T23:22:05Z 2008-09-19T23:22:05Z <p>Mostly amusing but I use it every time I reinstall Visual Studio is the Theme Generator, <a href="http://frickinsweet.com/tools/Theme.mvc.aspx" rel="nofollow">http://frickinsweet.com/tools/Theme.mvc.aspx</a></p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/106361#106361 4 Answer by BlackMael for What is your favorite Visual Studio add-in/setting? BlackMael 2008-09-19T23:23:47Z 2008-09-19T23:23:47Z <p>DevExpress CodeRush and Refactor!</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/106365#106365 17 Answer by Chris for What is your favorite Visual Studio add-in/setting? Chris 2008-09-19T23:24:50Z 2008-09-19T23:24:50Z <p><a href="http://www.hanselman.com/blog/IntroducingRockScroll.aspx" rel="nofollow">rockscroll</a> provides a preview of the entire document right next to the scroll bar:</p> <p><img src="http://www.hanselman.com/blog/content/binary/WindowsLiveWriter/IntroducingRockScroll_C29C/RockScroll_5.png" /></p> <p>I also like <a href="http://testdriven.net" rel="nofollow">TestDriven.NET</a> because it integrates <a href="http://nunit.org" rel="nofollow">NUnit</a> for unit testing, <a href="http://www.ncover.com/" rel="nofollow">NCover</a> for code coverage, and <a href="http://en.wikipedia.org/wiki/.NET_Reflector" rel="nofollow">Reflector</a> for disassembling the .NET framework.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/106372#106372 1 Answer by Charlie Oliver for What is your favorite Visual Studio add-in/setting? Charlie Oliver 2008-09-19T23:27:06Z 2008-09-19T23:27:06Z <p>One that I have found beneficial from time to time has to be the Skype in Visual Studio. Here is a great tutorial on how to implement it yourself: <a href="http://www.codeproject.com/KB/dotnet/Skype_in_Visual_Studio.aspx" rel="nofollow">http://www.codeproject.com/KB/dotnet/Skype_in_Visual_Studio.aspx</a></p> <p>It also includes the code so it makes it available to play with your own Visual Studio add in. Which in my opinion is the best part of the article.</p> <p>A close second would be the following for XPath expressions: <a href="http://www.codeplex.com/xmlexplorer" rel="nofollow">http://www.codeplex.com/xmlexplorer</a></p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/106385#106385 16 Answer by Chris Charabaruk for What is your favorite Visual Studio add-in/setting? Chris Charabaruk 2008-09-19T23:29:19Z 2008-09-19T23:29:19Z <p><a href="http://ankhsvn.open.collab.net/" rel="nofollow">AnkhSVN</a>, actually. Especially now that it's an actual SCC plugin.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/106391#106391 15 Answer by Grank for What is your favorite Visual Studio add-in/setting? Grank 2008-09-19T23:30:33Z 2008-09-19T23:30:33Z <ul> <li><a href="http://www.jetbrains.com/resharper/index.html" rel="nofollow">ReSharper</a> is totally amazing. It does everything and it does it well! It's almost impossible to WRITE extremely stupid code, as it warns you about a truly stunning amount of things.</li> <li><a href="http://code.msdn.microsoft.com/PowerCommands" rel="nofollow">PowerCommands for Visual Studio</a> are handy to have around. "Open Containing Folder" and "Collapse Projects" are two features I use constantly.</li> <li><a href="http://www.red-gate.com/products/reflector/" rel="nofollow">Reflector</a> is an everyday miracle of life.</li> <li><a href="http://www.roland-weigelt.de/ghostdoc/" rel="nofollow">GhostDoc</a> is nice and convenient too as about 50% of the time it makes XML comments automatically that are almost exactly what need to be said and require only minor tweaking</li> </ul> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/106433#106433 0 Answer by ljubomir for What is your favorite Visual Studio add-in/setting? ljubomir 2008-09-19T23:42:08Z 2008-09-19T23:42:08Z <p>I actually have a favorite setting: Since i installed <a href="http://idehotornot.ning.com/" rel="nofollow">dark</a> theme on my VS i'm getting the code from totally different point of view. And i like it. </p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/106485#106485 9 Answer by Naveen for What is your favorite Visual Studio add-in/setting? Naveen 2008-09-20T00:02:57Z 2008-09-20T00:02:57Z <p>It is vi emulator <a href="http://www.viemu.com/" rel="nofollow" title="ViEmu">ViEmu</a>. If you are used to using vim then this is one for VS.NET.</p> <p>Increases the productivity a lot and i am keyboard freak who hates using mouse.</p> <p>I have been using it for an year now and it is really stable.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/106665#106665 3 Answer by Terrapin for What is your favorite Visual Studio add-in/setting? Terrapin 2008-09-20T01:09:23Z 2008-09-20T01:09:23Z <p><a href="http://www.visualsvn.com/" rel="nofollow">VisualSVN</a> for source control</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/106823#106823 0 Answer by Hamish Smith for What is your favorite Visual Studio add-in/setting? Hamish Smith 2008-09-20T02:30:25Z 2008-09-20T02:30:25Z <p>My eyes are much happier since I started using the <a href="http://www.codinghorror.com/blog/archives/000682.html" rel="nofollow">zenburn</a> fonts and colours scheme. Soothing.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/106836#106836 3 Answer by Hamish Smith for What is your favorite Visual Studio add-in/setting? Hamish Smith 2008-09-20T02:37:21Z 2008-09-20T02:37:21Z <p>Recently started to use this <a href="http://www.mindscape.co.nz/products/vsfileexplorer/" rel="nofollow">addin</a> from Mindscape. </p> <p>It has the potential to reduce context switches between VS and Windows Explorer (i.e. to get at Tortoise SVN or something) and has a neat feature that lets you start a command prompt in a directory in you source tree.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/106841#106841 0 Answer by Stephen MacDougall for What is your favorite Visual Studio add-in/setting? Stephen MacDougall 2008-09-20T02:39:48Z 2008-09-20T02:39:48Z <p>I'll cast another vote for both ReSharper and Visual Assist X. Both are great tools that greatly add to the Visual Studio experience in significant ways that have to be experienced to fully appreciate. I use both and appreciate both of them. I have used Visual Assist X for several years, and wouldn't want to program without it. I just started to use ReSharper, and I have become a huge fan of it, after using it to go through all my .Net code and correcting all the little code issues that it found, and my code was much better afterwards, and it even helped me find a potential bug or two that had remained hidden for quite some time, as well as identifying variables and code blocks that would never be executed, so they could be excised. </p> <p>So, despite the ramble, I wholeheartedly vote for both ReSharper and Visual Assist X.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/107026#107026 2 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-09-20T03:54:16Z 2008-09-20T03:54:16Z <p>I just found a great article talking about Ten Essential Visual Studio Add-ins every developer should know about, you can check it out <a href="http://msdn.microsoft.com/en-us/magazine/cc300778.aspx" rel="nofollow">here</a>.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/108922#108922 2 Answer by Alex Lyman for What is your favorite Visual Studio add-in/setting? Alex Lyman 2008-09-20T18:24:15Z 2008-09-20T18:24:15Z <p>All but one of the Add-ins I use daily have already been mentioned by others, so I'll just throw in the <strong><a href="http://www.codeplex.com/ResourceRefactoring" rel="nofollow">Resource Refactoring Tool</a></strong>. Quite simply, it lets you take any hard-coded string, it creates a resource definition for it, and replaces <em>all</em> instances of that string in the entire project with a reference to the resource. Crazy handy when you have to write code with localization in mind.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/109104#109104 0 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-09-20T19:33:29Z 2008-09-20T19:33:29Z <p>If you are a Linq2SQL user, the Linq 2 SQL Debugger Visualizer is a must have.. You can get it <a href="http://weblogs.asp.net/scottgu/archive/2007/07/31/linq-to-sql-debug-visualizer.aspx" rel="nofollow">here</a></p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/109240#109240 0 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-09-20T20:17:55Z 2008-09-20T20:17:55Z <p><a href="http://www.codeplex.com/VSWindowManager" rel="nofollow">Visual Studio Window Manager</a> allows you to manage and save window layouts for visual studio, this is very helpful for me because I like to hide all my toolbars by default, but sometimes to are helpful to have around.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/109269#109269 0 Answer by EricSchaefer for What is your favorite Visual Studio add-in/setting? EricSchaefer 2008-09-20T20:27:12Z 2008-09-20T20:27:12Z <p>Roland Weigelt's <a href="http://www.roland-weigelt.de/ghostdoc/" rel="nofollow">GhostDoc</a></p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/109283#109283 9 Answer by adriaanp for What is your favorite Visual Studio add-in/setting? adriaanp 2008-09-20T20:32:54Z 2008-09-20T20:32:54Z <p><a href="http://www.devexpress.com/Products/Visual_Studio_Add-in/Coding_Assistance/" rel="nofollow">CodeRush &amp; Refactor Pro</a></p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/110462#110462 4 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-09-21T07:17:20Z 2008-09-21T07:29:10Z <p>Another great Visual Studio add-in is <a href="http://www.codekeep.net/addins.aspx" rel="nofollow">CodeKeep</a>. CodeKeep is a website for storing snippets of code online for use later (kind of like an organized pastebin) and the Visual Studio Add-In integrates with it so you can have all your code snippets synchronized between all your systems.</p> <p>Here is a screenshot:</p> <p><img src="http://www.codekeep.net/images/addin_mysnippets.gif" alt="alt text" /></p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/110491#110491 3 Answer by Mitch Wheat for What is your favorite Visual Studio add-in/setting? Mitch Wheat 2008-09-21T07:40:30Z 2008-09-21T07:40:30Z <p>Reflector</p> <p><a href="http://www.jetbrains.com/resharper/index.html" rel="nofollow">ReSharper</a> </p> <p><a href="http://code.msdn.microsoft.com/PowerCommands" rel="nofollow">PowerCommands for Visual Studio</a></p> <p><a href="http://ankhsvn.open.collab.net/" rel="nofollow">AnkhSVN</a> (if you're using Subversion)</p> <p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=00803636-1d16-4df1-8a3d-ef1ad4f4bbab&amp;displaylang=en" rel="nofollow">VSTS 2008 TFS Power Toys</a> (if you're using TFS)</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/110504#110504 2 Answer by Slace for What is your favorite Visual Studio add-in/setting? Slace 2008-09-21T07:52:30Z 2008-09-21T07:52:30Z <p>When debugging Expression Trees in VS 2008 the Expression Tree Visualizer is great - <a href="http://msdn.microsoft.com/en-us/library/bb397975.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb397975.aspx</a></p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/111163#111163 4 Answer by Diago for What is your favorite Visual Studio add-in/setting? Diago 2008-09-21T14:53:47Z 2008-09-21T14:53:47Z <p>Currently I love using <a href="http://code.msdn.microsoft.com/sourceanalysis/Release/ProjectReleases.aspx?ReleaseId=1425" rel="nofollow" title="StyleCop">StyleCop</a> for Visual Studio. It is brilliant in assisting with Code Formatting and Rules. ALso it is a free product from Microsoft based on .Net Best Practices. As far as I know it only works for C#,</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/111849#111849 2 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-09-21T19:37:26Z 2008-09-22T04:30:22Z <p>The <a href="http://janyou.itpub.net/post/8897/460372" rel="nofollow">Regions Manager</a> Add-In is great, It allows you to manage regions, move code into new regions or existing ones easily. It helps out a lot if you utilize regions heavily.</p> <p>Edit: I also stumbled on another really good region manager plugin called <a href="http://www.rauchy.net/regionerate/" rel="nofollow">regionerate</a>.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/113260#113260 1 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-09-22T05:06:22Z 2008-09-22T05:06:22Z <p><a href="http://www.codeplex.com/VLH2005" rel="nofollow">Visual Local History</a> Allows you to have a revision history for local projects that you haven't placed in source control yet. This gives you the ability to keep revisions even when you are creating test/throw away projects.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/115502#115502 0 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-09-22T15:26:14Z 2008-09-22T15:26:14Z <p><a href="http://tracexplorer.devjavu.com/" rel="nofollow">Trac Explorer</a> provides integration with Trac from within Visual Studio. This is a must have for any shop thats using Trac.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/116181#116181 0 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-09-22T17:14:49Z 2008-09-22T17:14:49Z <p><a href="http://www.codeplex.com/XmlVisualizer" rel="nofollow">Xml Visualizer</a> allows you to apply XSLT style sheets and run xpath queries on XML data, along with viewing the data better.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/116200#116200 0 Answer by John Sheehan for What is your favorite Visual Studio add-in/setting? John Sheehan 2008-09-22T17:17:26Z 2008-09-22T17:17:26Z <p><a href="http://dispatchasp.net" rel="nofollow">Dispatch</a> is what the Copy Web Site function should have been</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/125046#125046 0 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-09-24T02:18:53Z 2008-09-24T02:18:53Z <p>Here is a great site that lists a lot of visual studio plugins. <a href="http://www.visualstudiogallery.com/" rel="nofollow">http://www.visualstudiogallery.com/</a></p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/125049#125049 1 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-09-24T02:19:56Z 2008-09-24T02:19:56Z <p>Also check out: <a href="http://geekswithblogs.net/brians/archive/2008/05/12/122087.aspx" rel="nofollow">"Pimp My IDE": 101 Visual Studio tips, tricks, and add-ins</a></p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/125067#125067 9 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-09-24T02:23:02Z 2008-09-24T02:23:02Z <p><a href="http://code.google.com/p/cr-documentor/" rel="nofollow">CR Documentor</a> allows you to preview your XML documentation without having to export them with something like sandcastle.</p> <p><img src="http://cr-documentor.googlecode.com/svn/site/screenshots/window_in_vs.png" alt="screenshot of cr documentor" /></p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/125082#125082 0 Answer by for What is your favorite Visual Studio add-in/setting? 2008-09-24T02:28:04Z 2008-09-24T02:28:04Z <p>ViEmu, my muscle memory has the Vi keybindings ingrained in it.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/125198#125198 1 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-09-24T03:06:13Z 2008-09-24T03:06:13Z <p><a href="http://code.google.com/p/dxcorecommunityplugins/" rel="nofollow">DXCore Community Plugins</a> is a collection of plugins built for DXCore (common IDE integration framework)</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/148320#148320 0 Answer by Joel in Gö for What is your favorite Visual Studio add-in/setting? Joel in Gö 2008-09-29T11:28:59Z 2008-09-29T11:28:59Z <p><a href="http://www.ndepend.com" rel="nofollow">NDepend</a> is a fantastic code analysis tool, easily the best I have seen for understanding your (or someone else's) code at multiple levels. Draws pretty diagrams too, and comes with its own query language for easily defining your own FXCop-style requirements.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/148334#148334 0 Answer by Slace for What is your favorite Visual Studio add-in/setting? Slace 2008-09-29T11:36:41Z 2008-09-29T11:36:41Z <p>Well if you're an ASP.NET developer the Visual Studio spell checker is useful: <a href="http://blogs.msdn.com/mikhailarkhipov/archive/2006/04/17/577471.aspx" rel="nofollow">http://blogs.msdn.com/mikhailarkhipov/archive/2006/04/17/577471.aspx</a></p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/148372#148372 1 Answer by apathetic for What is your favorite Visual Studio add-in/setting? apathetic 2008-09-29T11:52:01Z 2008-09-29T11:52:01Z <p><a href="http://www.exactmagic.com/products/codespell/index.html" rel="nofollow">CodeSpell</a>. Bad spelling looks unprofessional, and is difficult to refactor later in the project.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/148382#148382 0 Answer by Paco for What is your favorite Visual Studio add-in/setting? Paco 2008-09-29T11:56:00Z 2008-10-02T03:41:00Z <p><a href="http://www.mindscape.co.nz/products/vsfileexplorer/" rel="nofollow">Mindscape file explorer</a> and <a href="http://www.rauchy.net/regionerate/" rel="nofollow">Regionerate</a> are not mentioned yet, but my favorite is definitely Reshareper.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/150519#150519 1 Answer by danielswain for What is your favorite Visual Studio add-in/setting? danielswain 2008-09-29T20:32:48Z 2008-09-29T20:32:48Z <p>Re-sharper... now if only my company would buy me a copy.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/165442#165442 0 Answer by Mun for What is your favorite Visual Studio add-in/setting? Mun 2008-10-03T02:31:35Z 2008-10-03T02:31:35Z <p>As well as Resharper and <a href="http://www.visualsvn.com/" rel="nofollow">VisualSVN</a>, which have been mentioned numerous times already, I've also found the <a href="http://weblogs.asp.net/rweigelt/archive/2003/07/06/9741.aspx" rel="nofollow">RegionTools macros by Roland Weigelt</a> very useful and use them almost daily.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/170987#170987 0 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-10-04T20:58:54Z 2008-10-04T20:58:54Z <p><a href="http://www.jollans.com/tiki/tiki-index.php?page=multilangvsnet" rel="nofollow">Multi-Lang Add-In</a> allows you to easily manage localized applications.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/171638#171638 2 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-10-05T07:42:39Z 2008-10-05T07:42:39Z <p><a href="http://www.huagati.com/dbmltools/" rel="nofollow">Linq2SQL Tools Add-in</a> Adds the ability to sync your DBML with your database, its not free though.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/192491#192491 0 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-10-10T18:07:03Z 2008-10-10T18:07:03Z <p>A cool setting I just found is adding a Guide Line on your editor so you can see if you are going over a certain amount of characters, Sara Ford shows you how <a href="http://blogs.msdn.com/saraford/archive/2004/05/05/257953.aspx" rel="nofollow">here</a>.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/192506#192506 1 Answer by koschi for What is your favorite Visual Studio add-in/setting? koschi 2008-10-10T18:12:44Z 2008-10-10T18:12:44Z <p>I love <a href="http://www.xoreax.com/main.htm" rel="nofollow" title="IncrediBuild">IncrediBuild</a>, a distributed compiling tool.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/257432#257432 0 Answer by Mark Heath for What is your favorite Visual Studio add-in/setting? Mark Heath 2008-11-02T21:46:46Z 2008-11-02T21:46:46Z <p><a href="http://www.codeplex.com/NUnitForVS" rel="nofollow">NUnitForVS</a> is great if you want to use NUnit without paying for VS integration.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/267927#267927 0 Answer by sontek for What is your favorite Visual Studio add-in/setting? sontek 2008-11-06T08:19:12Z 2008-11-06T08:19:12Z <p><a href="http://msdn.microsoft.com/en-us/vcsharp/dd218053.aspx" rel="nofollow">CodeRush Xpress</a> has come out and is being shipped for free!</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/385855#385855 0 Answer by Martin for What is your favorite Visual Studio add-in/setting? Martin 2008-12-22T09:28:19Z 2008-12-22T09:28:19Z <p><a href="http://www.mindscape.co.nz/products/vsfileexplorer/" rel="nofollow">VSFileExplorer</a> 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.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/398061#398061 0 Answer by TheUberOverLord for What is your favorite Visual Studio add-in/setting? TheUberOverLord 2008-12-29T16:35:35Z 2008-12-29T16:35:35Z <p>These Two:</p> <p><a href="http://code.msdn.microsoft.com/TheNotifyIconExample" rel="nofollow">http://code.msdn.microsoft.com/TheNotifyIconExample</a></p> <p><a href="http://code.msdn.microsoft.com/SEHE" rel="nofollow">http://code.msdn.microsoft.com/SEHE</a></p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/541939#541939 4 Answer by Ruben Bartelink for What is your favorite Visual Studio add-in/setting? Ruben Bartelink 2009-02-12T15:55:58Z 2009-02-12T15:55:58Z <p>I couldnt live without <a href="http://www.developerfusion.com/community/blog-entry-redirect/8388451/" rel="nofollow">instant gratification from OS_BuildResult</a>. (It feels gimmicky, but I havent gotten around to uninstalling and a key feature is that you can start a build with Shift Ctrl B, switch to something else and it prompts when the build is finished). Of course my real answer is a +1 for CodeRush/Refactor Pro</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/709415#709415 0 Answer by Mladen Mihajlovic for What is your favorite Visual Studio add-in/setting? Mladen Mihajlovic 2009-04-02T12:00:08Z 2009-04-02T12:00:08Z <p>If you use Trac and Subversion, check out <a href="http://tracexplorer.devjavu.com/" rel="nofollow">TracExplorer</a> as well. I created it for my own needs, and so far it's exceeded all expectations.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/749424#749424 0 Answer by ShaChris23 for What is your favorite Visual Studio add-in/setting? ShaChris23 2009-04-14T21:25:10Z 2009-04-14T21:25:10Z <p>Are you tired of having to open VSTD IDE to build/rebuild/clean your project?</p> <p>Then this might help:</p> <p><a href="http://www.codeplex.com/msbuildshellex" rel="nofollow">http://www.codeplex.com/msbuildshellex</a></p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/893728#893728 0 Answer by Chris S for What is your favorite Visual Studio add-in/setting? Chris S 2009-05-21T16:09:31Z 2009-05-21T16:39:03Z <p>I only just found this, I wish I'd got it months earlier:</p> <p><strong><a href="http://www.codeplex.com/jslint" rel="nofollow">JSLint Visual Studio Addin</a></strong></p> <p>and the <a href="http://www.codeproject.com/KB/macros/JSLintVS.aspx" rel="nofollow">codeproject page</a> with animations of it in action. My only gripe (which is a JSLint one) is that it warns about functions being undefined if they're not declared in order.</p> <p>If you're using external libraries, you can stop JSLint throwing errors by adding the following, or equivalent to the top of the file:</p> <pre><code>/*extern $, jQuery */ </code></pre> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/960811#960811 0 Answer by RichieHindle for What is your favorite Visual Studio add-in/setting? RichieHindle 2009-06-06T23:36:44Z 2009-06-06T23:36:44Z <p><a href="http://entrian.com/source-search/" rel="nofollow">Entrian Source Search</a>, a Code Search add-in. Lets you search your source code in a fraction of a second, even for huge solutions. Gives syntax-coloured search results. Like Find In Files on steroids.</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/1474726#1474726 0 Answer by David Crawshaw for What is your favorite Visual Studio add-in/setting? David Crawshaw 2009-09-24T23:41:32Z 2009-09-24T23:41:32Z <p><a href="http://www.redlizards.com/" rel="nofollow">Goanna</a> - a Visual Studio add-in for static analysis of C/C++. I can't live without it, because my day job is as a RedLizard Software programmer. :)</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/1474806#1474806 0 Answer by Thomas Levesque for What is your favorite Visual Studio add-in/setting? Thomas Levesque 2009-09-25T00:13:49Z 2009-09-25T00:13:49Z <p><a href="http://t4-editor.tangible-engineering.com/T4-Editor-Visual-T4-Editing.html" rel="nofollow">tangible T4 Editor</a> is quite good for writing T4 templates</p> <p>The free version has limited features, but it's nevertheless much better than the standard editor...</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/1474823#1474823 0 Answer by lagerdalek for What is your favorite Visual Studio add-in/setting? lagerdalek 2009-09-25T00:20:34Z 2009-09-25T00:20:34Z <p>I'm surprised <a href="http://geekswithblogs.net/SoftwareDoneRight/archive/2007/12/12/coolcommands-in-visual-studio-2008.aspx" rel="nofollow">Cool Commands</a> hasn't been mentioned yet. Can't do without them!</p> http://stackoverflow.com/questions/106340/what-is-your-favorite-visual-studio-add-in-setting/1504855#1504855 1 Answer by juancalero for What is your favorite Visual Studio add-in/setting? juancalero 2009-10-01T16:02:38Z 2009-11-17T13:08:46Z <p><strong>I love <a href="http://www.usysware.com/dpack/" rel="nofollow">USysWare DPack</a> Code Browser.</strong></p> <p>It opens a dialog with all available files in your solution with Alt-U. As you type, the available options filters accordingly. It does the same with the functions in the file with Alt-G. It's great!</p> <p>That's much better than using the anti-navigable Solution Explorer tree.</p> <p>The only drawback I see, it is a bit slow.</p>