|
|
Debug Visualizer Project Template
|
|
|
Download now
(14.33 Kb)
Price: Free
|
Provides new C# and Visual Basic project templates to Visual Studio 2005 for easy creation of debug visualizers.
This package is provided as a VSI (Visual Studio Installer) just double click it to install.
To use, start a new copy of Visual Studio, Choose File, New Project, under the C# or Visual Basic branch in My Templates you will have a Debug Visualizer project. Create one and read the todo messages for useage.
|
|
|
|
|
|
Guid Visualizer
|
|
|
Download now
(7.5 Kb)
Price: Free
|
A simple visualizer for guid types.
Displays the string representation of the value of the guid currently being debugged in a textbox allowing viewing/copying of the current value.
|
|
|
|
|
|
NUnit Templates and Snippets
|
|
|
Download now
(20.08 Kb)
Price: Free
|
Includes Visual Basic and C# project and item templates as well as code snippets to easily create NUnit test projects, fixtures and methods.
This package is provided as a VSI (Visual Studio Installer) just double click it to install.
Once installed you will have;
- A new VB and C# Project under My Templates called NUnit Tests which will create a whole test project with a reference to NUnit and a starter test fixture.
- A new VB and C# Project Item under My Templates called Test Fixture which will create a boiler plate class the same as the one initially created from the NUnit Tests project above.
- Three new Code Snippets for both VB and C#, all under My Code Snippets/NUnit for adding boiler plate Assertion, Expected Exception and Ignored tests. All are shortcutted beginning with Test making them easy to find.
|
|
|
|
|
|
Settings Snippets
|
|
|
Download now
(3.88 Kb)
Price: Free
|
A VSI package for handling common win forms settings.
It provides auto upgrade code for new versions of your application, window size and position loading and saving.
It handles the initial loading of an app as well as closing whilst minimized/maximized.
All snippets are shortcutted with a prefix of settings so just type settings? to bring up the list.
I'd recommend installing them into a Settings folder under your My Documents\Visual Studio 2005\Code Snippets\Visual Basic\My Code Snippets folder.
|
|
|
|
|
|
SQL Command Visualizer
|
|
|
Download now
(6.75 Kb)
Price: Free
|
A visualizer for SQL Command objects.
Displays a more useful representation of a SQL Command object when debugging. Show details of the command, it's connection and lists all parameters, their properties and current values.
If your having trouble with the vsi try renaming it to a .zip file, opening the file then copying the SQLVisualizer.dll to your My Documents\Visual Studio 2005\Visualizers folder.
|
|
|
|
|
|
Wait Cursor Snippets
|
|
|
Download now
(1.45 Kb)
Price: Free
|
Contains two visual basic snippets providing typical windows forms wait cursor functionality.
- One which goes to a wait cursor then back to default.
- The second one remembers the current cursor, displays the wait cursor then goes back to the previous cursor.
Both are in a VSI package so easy to install and shortcutted beginning wait, so from Visual Studio just type wait? then tab.
|
|
|
|