Hide

YetaWF Documentation

Display
Print

Development Tools

These are optional tools that can assist in using/developing with YetaWF.

Trailing Whitespace Visualizer

This Visual Studio extension identifies and removes trailing white space in source files.

https://visualstudiogallery.msdn.microsoft.com/a204e29b-1778-4dae-affd-209bea658

Visual Studio Spell Checker

This Visual Studio extension adds spell checking to all files edited with Visual Studio (comments, strings, etc).

https://visualstudiogallery.msdn.microsoft.com/a23de100-31a1-405c-b4b7-d6be40c3dfff

Child Process Debugging Power Tool

While not usually needed for .NET web apps, if you're developing command line utilities that are used with YetaWF, the "Child Process Debugging Power Tool" is most useful to automatically attach the debugger to child processes started using Process.Start.

https://marketplace.visualstudio.com/items?itemName=GreggMiskelly.MicrosoftChildProcessDebuggingPowerTool