Sunday, June 01, 2008

Tipeysh! - Add-in that helps you creating C/C++ header files on a single click

As part of the "Open Up" open source code competition that Microsoft organized here in Israel, I decided to contribute my modest portion for it.

Thus, I developed a small but useful Visual Studio add-in named "Tipeysh!" (in honor to our "Advanced C++" lecturer style of speaking...).

Mainly, this add-in intended to help C/C++ programmers to instantly create header files and their respective implementation code; a frequent-to-death routine when using Visual Studio.

It also contains some configuration abilities.
It was written in C# using Visual Studio 2008.

The add-in (binaries, source code and readme) is hosted in the CodePlex website, and licensed under Ms-PL. Take a look!