Adding a Menu to a DSL (VS.NET 2008 SDK + VSCT file)
A colleague at work refered me to this post on how to add a menu to a DSL.
Top level summery of the steps needed:
Step#1: Modify Commands.vsct
Step#2: Modify Package version
Step #3: Search for "your" CommandSet class
Step#4: Customize your specific CommandSet
Step #5 : Transform Templates + Test It
Very cool !