What add-in/setting in Visual Studio can you not live without?
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?
My favorite is aspx edit helper [1] 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.
Here is a summarized list of all the plugins discussed so far
- ASPX Edit Helper [2] - Snippets for editing asp.net
- Re-Sharper [3] - Fast Refactoring
- Power Commands [4]
- Reflector [5]
- GhostDoc [6] - Generates XML comments
- Visual Assist X [7]
- Rock Scroll [8]
- TestDriven.NET [9]
- NCover [10]
- AnkhSVN [11] - SVN Integration
- ViEmu [12] - Vim Emulation
- VisualSVN [13] - SVN Integration
- Theme Generator [14]
- Skype Add-in [15]
- XML Explorer [16]
- Resource Refactoring [17]
- Linq2Sql Debugger Visualizer [18] - Easily debug Linq2SQL
- Visual Studio File Explorer [19]
- Visual Studio Window Manager [20]
- TFS PowerToys [21]
- Expression Tree Visualizer [22]
- StyleCop [23]
- Regions Manager [24]
- Regionerate [25]
- Code Keep [26] - Manage Code Snippets from anywhere
- CR Documentor [27]
- DXCore Community Plugins [28]
- NUnit [29]
- CodeRush Xpress [30]
- JSLint [31]
- NUnit for VS [32] - NUnit integration
- Instant Gratification [33] - Tells you how awesome your code is
- Entrian Source Search [34], a Code Search add-in. "Find In Files" on steroids.
- Goanna [35] - static analysis for C/C++
- StudioTools [36]
- USysWare DPack Code Browser [37] - Fast code navigation
ReSharper! [1] - 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!
And if you use Subversion, VisualSVN [2] is awesome!
Visual Assist X [1] for C++, and .Net languages
See this page for a rundown of all the features [2].
rockscroll [1] provides a preview of the entire document right next to the scroll bar:
I also like TestDriven.NET [2] because it integrates NUnit [3] for unit testing, NCover [4] for code coverage, and Reflector [5] for disassembling the .NET framework.
AnkhSVN [1], actually. Especially now that it's an actual SCC plugin.
- ReSharper [1] 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.
- PowerCommands for Visual Studio [2] are handy to have around. "Open Containing Folder" and "Collapse Projects" are two features I use constantly.
- Reflector [3] is an everyday miracle of life.
- GhostDoc [4] 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
It is vi emulator ViEmu [1]. If you are used to using vim then this is one for VS.NET.
Increases the productivity a lot and i am keyboard freak who hates using mouse.
I have been using it for an year now and it is really stable.
CR Documentor [1] allows you to preview your XML documentation without having to export them with something like sandcastle.
CodeRush & Refactor Pro [1]
DevExpress CodeRush and Refactor!
I couldnt live without instant gratification from OS_CompilationResult [1]. (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
Another great Visual Studio add-in is CodeKeep [1]. 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.
Here is a screenshot:
Reflector
ReSharper [1]
PowerCommands for Visual Studio [2]
AnkhSVN [3] (if you're using Subversion)
VSTS 2008 TFS Power Toys [4] (if you're using TFS)
Currently I love using StyleCop [1] 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#,
Recently started to use this addin [1] from Mindscape.
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.
I actually have a favorite setting: Since i installed dark [1] theme on my VS i'm getting the code from totally different point of view. And i like it.
I just found a great article talking about Ten Essential Visual Studio Add-ins every developer should know about, you can check it out here [1].
All but one of the Add-ins I use daily have already been mentioned by others, so I'll just throw in the Resource Refactoring Tool [1]. Quite simply, it lets you take any hard-coded string, it creates a resource definition for it, and replaces all 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.
When debugging Expression Trees in VS 2008 the Expression Tree Visualizer is great - http://msdn.microsoft.com/en-us/library/bb397975.aspx
The Regions Manager [1] 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.
Edit: I also stumbled on another really good region manager plugin called regionerate [2].
DXCore Community Plugins [1] is a collection of plugins built for DXCore (common IDE integration framework)
Linq2SQL Tools Add-in [1] Adds the ability to sync your DBML with your database, its not free though.
CodeRush Xpress [1] has come out and is being shipped for free!
My set of add-ins is the following:
- Collapse solution [1]
- devColor [2]
- JScript Editor Extensions [3]
- Productivity Power Tools [4]
- Regex Tester [5]
- Remove And Sort Using [6]
- RestartStudio [7]
- Snippet Designer [8]
VSCommands [1] has lots of nifty frills for VS2010. Everyone will have a favorite - mine is the MSBuild summary dump, but I expect others will be interested in different parts. here's a pro edition, but the eval/community edition is worthwhile on its own in my experience.
Mostly amusing but I use it every time I reinstall Visual Studio is the Theme Generator, http://frickinsweet.com/tools/Theme.mvc.aspx
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:http://www.codeproject.com/KB/dotnet/Skype_in_Visual_Studio.aspx
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.
A close second would be the following for XPath expressions: http://www.codeplex.com/xmlexplorer
Visual Local History [1] 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.
Also check out: "Pimp My IDE": 101 Visual Studio tips, tricks, and add-ins [1]
CodeSpell [1]. Bad spelling looks unprofessional, and is difficult to refactor later in the project.
Re-sharper... now if only my company would buy me a copy.
آخر اخبارنا
اهم الفاعليات لهذا الشهر
شهادات العملاء
من بين عدة انظمة للمحاسبة وقع اختيارنا على آفاق للمحاسبة لانه مناسب لطبيعة نشاطنا وانتشار فروعنا في مناطق مختلفة
آفاق للحسابات العامة نشكركم على هذا المنتج الرائع والي مزيد من التقدم والرقي لهذا المنتج الرائع
نقاط البيع واصدار الفواتير عبر نظام آفاق بالفعل هو الافضل مع تجربتنا لاكثر من نظام محاسبي كان آفاق الافضل من بينها
الشبكات الإجتماعية
الوسوم
تغريدات تويتر
-
web3jba @web3jba 4h
"برنامج محاسبة: برنامج محاسبة الى كل الشركات التى تقوم بمشاريع ذات تكاليف كثيرة لديك الان… https://t.co/Y9aiYAxLTN"
عرض التغريدة -
alkhateeb_groub @alkhateeb_groub 4h
"شاركنا باسم افضل برنامج محاسبة تعمل عليه ؟؟ مجموعة الخطيب للمحاسبة والتدقيق والتحكيم المالي والاستشارات الضريبية"
عرض التغريدة -
edara_arabia @edara_arabia 4h
"مجانا : برنامج #محاسبة متكامل هذا البرنامج يمكنك من تسجيل الدخل والمصروفات وعمل #ميزانية الشهرية والسنوية... https://t.co/hiWH94zgk3"
عرض التغريدة -
egydrem @egydrem 4h
"#إيجي_موب : برنامج حسابات رائع قد تدفع الكثير من المال فى برنامج معقد لن يفيدك فى شئ وقد تدفع القليل فى برنامج... http://t.co/mcFDTffZ7R"
عرض التغريدة