Open Source

This page is dedicated to listing out various Open-Source projects that I manage / offer. Check back here often, because you never know when something new will get added.

Enjoy!

Projects

Open Bin Folder
Open Sourced On:   03 July 2023

A Visual Studio for Mac extension that adds a right-click context menu command that allows you to open the project's output directory (i.e, the 'bin' folder) in Finder. This uses the currently active solution/project configuration to determin WHICH output folder to navigate to."

Super Clean
Open Sourced On:   19 April 2023

A Visual Studio for Mac extension that adds a new open, 'Super Clean Solution', to the Build menu to the Solution node, that allows you to recursively delete (i.e., clean, but super) all of projects in the solution.

Breakpoint Notifier
Open Sourced On:   07 April 2023

A Visual Studio extension to alert you when a breakpoint is hit while you're debugging - useful if you're multitasking waiting for the breakpoint to be hit!

Visual Studio VSIX Signer
Open Sourced On:   02 April 2023

Github Action to sign your Visual Studio extensions before you publish to the marketplace!

Visual Studio VSIX Versioner
Open Sourced On:   01 April 2023

Github Action to update your Visual Studio extension to a version that is based off of the current date and the CI build number.

Super Clean
Open Sourced On:   25 March 2023

A Visual Studio extension that adds a right-click context menu command to the Solution node, and Project node, that allows you to recursively delete (i.e., clean) the selected project's bin & obj folders, or all projects in the solution.

Visual Studio Marketplace Publisher
Open Sourced On:   24 March 2023

Github Action to publish your Visual Studio extension to the marketplace!

Open Bin Folder
Open Sourced On:   24 March 2023

A Visual Studio extension that adds a right-click context menu command that allows you to open the project's output directory (i.e, the 'bin' folder) in Windows File Explorer. This uses the currently active solution/project configuration to determin WHICH output folder to navigate to.

Open in Notepad++
Open Sourced On:   08 December 2017

A Visual Studio extension that adds a menu command that lets you open any solution, project, folder or file in Notepad++.