Tag Archives: Visual Studio extensions

Update duplicate blocks of text in multiple files from Visual Studio 2012/2010 with Sync Block Edit extension

It is undesirable, but often necessary to have duplicate blocks of text in multiple files. For example, Google Analytics tracking code in html files or copyright notices in code files. When you need to update this text, sometime you can … Continue reading

Posted in Vlasov Studio tools | Tagged , , | 5 Comments

Fix File Encoding extension prevents Visual Studio 2012/2010 from adding BOM to UTF-8 files

When you edit a UTF-8 file in Visual Studio, it adds the byte order mark (BOM) sequence to the beginning of the file. You can select an encoding manually, but you need to do it each time you reopen the … Continue reading

Posted in Vlasov Studio tools | Tagged , , | 5 Comments

Workspace Reloader extension for Visual Studio 2010 and Visual Studio 11

Workspace Reloader extension by Scott Hanselman preserves open documents in Visual Studio when a project is reloaded. When a project in your current solution is changed, typically after an update from a source code repository, Visual Studio asks to reload … Continue reading

Posted in Reviews | Tagged , , | 1 Comment

WoVS Quick Add Reference extension for Visual Studio 2010

Quick Add Reference extension by Clarius Consulting lets you quickly add a missing reference for a type in C# code. When you use a new type and Visual Studio 2010 asks are you missing an assembly reference, in the correction … Continue reading

Posted in Reviews | Tagged , | 3 Comments

Find in Solution Explorer extension for Visual Studio 2010 and Visual Studio 11

Find in Solution Explorer extension by Sam Harwell lets you quickly locate the open document in Solution Explorer. It adds the Find In Solution Explorer tab context menu command that selects the current document in Solution Explorer: This functionality is … Continue reading

Posted in Reviews | Tagged , , | Leave a comment

VSCalm extension for Visual Studio 11 Beta

VSCalm extension by Jeremy Iverson restores standard tool window titles format in VS 11 Beta IDE. It changes the ALL CAPS letters to normal title case and removes :::colon-like::: gripper bars: Remove “ALL CAPS” is the #2 request for Visual … Continue reading

Posted in Reviews | Tagged , | 5 Comments

Instant Feature Builder extension for Visual Studio 2010

Instant Feature Builder extension by Michael Lehman lets you package documentation, source code and interaction logic to run inside Visual Studio. To see how an end product may look like, you can install one of the several guides that use … Continue reading

Posted in Reviews | Tagged , | Leave a comment

EventHandler Naming extension for Visual Studio 2010

EventHandler Naming extension by Einar Egilsson lets you customize the name format for event handlers automatically generated by Visual Studio 2010. When you subscribe to a control event in the C# Windows Forms designer, Visual Studio generates a method for … Continue reading

Posted in Reviews | Tagged , | Leave a comment

XAML Regions extension for Visual Studio 2010

XAML Regions extension by Jacob Johnston helps you organize xaml code by grouping relevant elements and speeds up navigation by collapsing less important blocks of markup. You can create a region with two comment lines containing region/endregion keywords and then … Continue reading

Posted in Reviews | Tagged , | Leave a comment

SharpComments extension for Visual Studio 2010

SharpComments extension by Vitaly Maykovsky lets you change color and font size for individual comments in C# code with a prefix like //! or //+: Comment colors are customizable in Visual Studio options: SharpComments is a free extension, supports only … Continue reading

Posted in Reviews | Tagged , | 7 Comments