One GAX feature that is not well known is that we can define code snippets as part of our guidance package.
These code snippets will be installed when we register the guidance package and they will be available at the product level.
Once we create a guidance package solution using GAT the following structure is created:
All the snippets must be under the \Snippets\LANGUAGE\PACKAGE_CAPTION folder.
One important thing is that Caption for the guidance package located in the main manifest MUST match the name for the parent folder on the snippets structure.
If the names doesn't match the code snippets will no be installed when we register the guidance package.
Once we register the guidance package and we create a product we can start using the codesnippets:
Pablo