InfoQ Homepage Visual Studio Extensions Content on InfoQ
News
RSS Feed-
The SharpDevelop Community Releases Refactoring Essentials 2
The SharpDevelop Community recently released version 2 of Refactoring Essentials for Visual Studio. The release brings new analyzers, new refactorings and several improvements to the Visual Studio extension.
-
PowerShell Tools for Visual Studio Supports Remote Sessions, DSC and Workflows
PowerShell Tools for Visual Studio is a Visual Studio extension that brings the power of Visual Studio to PowerShell developers. Adam Driscoll, the original creator of this extension, got help from Microsoft over the past couple of months. The result is a new release, v3.0.108, offering 64-bit and remote session support, among other improvements.
-
Visual Commander Professional v1.3 Introduces 99 Commands, 50 Extensions and C# Syntax Highlighting
The recently released Visual Commander Professional v1.3 includes 99 commands, 50 extensions including syntax highlighting for C#. It also provides an ability to select default language for new commands and extensions by selecting the macro language in addition to several improvements.
-
Introducing Clide, an “Enjoyable Visual Studio Automation API”
When writing an add-in or extension for Visual Studio developers have traditionally had to choose between EnvDTE and the IVs interfaces. In an attempt to create library that is both more powerful than EnvDTE and easier to use than IVs interfaces, Clarius Labs is offering what they call “Clide: An Enjoyable Visual Studio Automation API”.
-
EZNamespaceExtensions.Net v2013 Adds Context Menus, Thumbnail, Icons, Property Sheet Support
EZNamespaceExtensions.Net v2013 enables you to develop Windows Explorer namespace extensions using Visual Studio with support for Multi-level sub folders, Thumbnail view, Icons, Property sheet, Infotip and much more.
-
Sync Block Edit Simplifies Code Editing
Sync Block Edit is a Visual Studio extension which simplifies code editing in multiple files.
-
Using IL Weaving to Inject INotifyPropertyChanged into Properties
Simon Cropp has released an IL weaving tool that wires property changed notifications into automatically implemented properties. IL weaving is a technique in which the IL code in an assembly is rewritten to add functionality.