ligershark / template-builder

This project will output a NuGet package which can be used to help create Visual Studio Item Templates and Project templates
Other
42 stars 28 forks source link

Confusion about Package.Initialize() #72

Open frialex opened 9 years ago

frialex commented 9 years ago

Hello,

It would be helpful if the following comment were added to the Projectname_Package.cs class:

//The constructor and Initialize function aren't called by default. You need to tell visual studio to call into it.
//see: http://stackoverflow.com/questions/7247662/visual-studio-package-initialize-method-does-not-call-when-debugging