Posts Tagged addin

Saturday, November 29, 2008 10:16

StickyNotes – VS 2008 Addin

StickyNotes - VS 2008 Addin

StickyNotes is a Visual Studio Addin that provides sticky notes capabilities to project and project items inside VS 2008 IDE.

Download StickyNotes Addin
 
Technorati Tags: vs2008,extensibility,addins

Bookmark It

Hide Sites

$$(‘div.d853′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

PowerCommands Addin for Visual Studio 2008

PowerCommands is an addin for Visual Studio 2008 that contains additional command menu functions for the IDE that most developers would use regularly. The PowerCommands Addin is available along with source code and documentation.
Below is a list of the features that you will currently find on in PowerCommands Addin for Visual Studio [...]

Saturday, November 29, 2008 10:16

An Add-in to convert Visio 2007 files to XAML

An Add-in to convert Visio 2007 files to XAML

A small utility(by Saveen Reddy)  to convert Visio 2007 files to XAML. It uses XAMLTune to parse Visio files and generates XAML.

Download VisioExportToXAML
 
Technorati Tags: codeplex,tool,visio2007,xaml,wpf

Bookmark It

Hide Sites

$$(‘div.d845′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

VS 2005 addins: NAntAddin and NUnitAddin

VS 2005 addins: NAntAddin and NUnitAddin

The first addin allows you manipulate Nant targets and tasks  within VS 2005

NAntAddin Features:

Read .nant and .build files
Build visual tree from NAnt files
Filter public/private targets
Display target/task properties
Locate selected node into build file
Start/Stop selected target
At solution startup reload default build file
Full integration with VisualStudio
Sources provided

Download NAntAddin
The [...]

Saturday, November 29, 2008 10:16

Assembly editor for Reflector

Reflexil is an assembly editor and runs as a plug-in for Lutz Roeder’s Reflector. Reflexil is using Mono.Cecil, which is a strategic library for the Mono project.
Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports ‘on the fly’ C# code injection.
Reflexil is an open source [...]

Saturday, November 29, 2008 10:16

GhostDoc 2.1.0 Released

GhostDoc is a free add-in for Visual Studio that automatically generates XML documentation comments for C#. Either by using existing documentation inherited from base classes or implemented interfaces, or by deducing comments from name and type of e.g. methods, properties or parameters.

What’s New in GhostDoc:

Added: Support for VB.NET has been added again . The feature [...]

Saturday, November 29, 2008 10:16

Regionerate – An automatic layout enforcement tool for the C#

Regionerate (pronounced ri-jeh-neh-rate) is a new open-source tool for programmers that allows you to automatically apply layout rules on C# code.Regionerate runs on Visual Studio 2005, Visual Studio Codename Orcas Beta 1, #develop 2.0, NAnt and on command line.Regionerate can layout and sort fields ,properties,methods and wraps them in regions with counter.You can easily create [...]

Saturday, November 29, 2008 10:16

Copy/paste support for references in VS 2005/2003

In all versions of Visual Studio is the fact that there’s no copy/paste support for references. You can’t copy a reference from one project to the other.Omer van Kloeten’s add-in for Visual Studio 2005/2003 solve the problem and enable copy and paste a reference even between instances of VS2003 and VS2005.
Technorati tags: VS 2005, [...]

Saturday, November 29, 2008 10:16

ReSharper 3.0 Pre-Beta(Build 402) released

According to the Jetbrains roadmap the 3.0 release is going to be mostly about adding in Visual Basic.NET support for ReSharper.
The full list of changes for this build:

Rename works in Visual Basic
The following refactorings work in Visual Basic:

Rename
Move type to another file
Copy type
Move static members
Introduce variable

Live templates work in [...]

Saturday, November 29, 2008 10:16

Code annotation tool for Reflector.

Code annotation tool for Reflector.

Review is a lightweight code annotation tool for Reflector. It can be used during code reviews or API reviews to take notes and pass them to other project members. A review contains a list of code annotations. An annotation is associated to a code element (type, method, etc…) and contains a list [...]