I wrote a custom scaffolding extension for my project using this tutorial
It's my first time building my own vsix extension, the extension runs in an experimental instance and does exactly what I want.
How do I export this vsix so that I can use it in my other projects?
Thanks for any help.