VSXReloaded— Part #2: Creating an Empty Visual Studio Package
There is no better way to learn about Visual Studio Packages than creating a simple one. In this post, I will guide you through the steps of establishing a simple skeleton for your custom VSPackage. Creating a VSIX Project To create your first package, follow these steps: Start a new Visual Studio project in the…