Related resources for EnvDTE
  • Tutorial : Creating Visual Studio Add-Ins1/7/2022 9:03:21 AM. In this example we'll create an add-in that allows you to insert a copyright statement at the top of your code window.
  • Macro to Update References of all Projects in a Solution2/16/2006 1:11:17 AM. When working in enterprise development there are occasions when you have a solution file with 10 or more projects in it all using private assemblies.
  • Macro to Add Strong Names to VS.NET Projects2/16/2006 12:30:58 AM. When writing class libraries in Visual Studio .NET that are going to be placed into the GAC you will need to add strong name to the assembly. This is normally done by dropping out to a dos prompt and running the .NET utility sn.exe and then updating the assembly to reference the newly created .snk file.
  • Extending Your Working Environment in Visual Studio - Advanced2/15/2006 1:38:37 AM. In my previous article, you learned about how to create wizards and some simple objects such as DTE, Solutions, Project and Project Item. These objects help us to customize our Visual Studio working environment.