JetBrains ReSharper
ReSharper extends Visual Studio with over 1700 code inspections for C#, VB.NET, ASP.NET, JavaScript, TypeScript and other technologies. For most inspections, ReSharper provides quick-fixes (light bulbs) to improve code in one way or another.
SubMain GhostDoc
GhostDoc is a free Visual Studio extension that automatically generates XML documentation comments for methods and properties based on their type, parameters, name, and other contextual information.
HideShow Comments (Visual Studio 2010, 2012,2013)
Hides comments and replaces them with a callout icon. The comments are shown as tooltip and when editing them.
Visual Studio Spell Checker (Visual Studio 2013, 2015)
An editor extension that checks the spelling of comments, strings, and plain text as you type or interactively with a tool window. Extra options are available to control how elements and attributes in XML and MAML files are spell checked.
Ref12 (Visual Studio 2013, 2015, 2017, 2019)
This extension lets you press F12 or use Go To Definition command to open the source code for anything in the .Net framework. You can easily jump to the actual source for things linq LINQ or WinForms or ASP.Net and see how they're implemented, including original comments. Just place the cursor on any class, function, or constant in the .Net framework and press F12 to open your default browser. No more “From Metadata” tabs!
SpecFlow
Use SpecFlow to define, manage and execute automated acceptance tests from business-readable specifications. SpecFlow acceptance tests follow the BDD paradigm: define specifications using examples understandable to business users as well as developers and testers. SpecFlow integrates with Visual Studio, but can be also used from the command line (e.g. on a build server).
Visual Studio Favorites (Visual Studio 2015, 2017, 2019)
Add a Favorites menu to Visual Studio to keep track of locations in Source Control or files in a Solution.
Subscribe to:
Post Comments (Atom)
Performance: Linking a List of Child Objects To a List of Parent Objects
Many a time I've had to build a relationship where a parent object has a list of child objects linked to it, where the parent itself als...
-
Visual Studio, by default, will include whitespace in its comparison when comparing two files. This is a workaround that seems to get arou...
-
WPF doesn’t have a built-in property to hide the title bar’s Min, Max and Close buttons, however, you can do it with a few lines of P/Invoke...
No comments:
Post a Comment