0

Hi I need to write a VSIX extension which will monitor the classes currently defined in the open solution. It will look for any classes derived from MyClass and automatically generate source code for a stub class based on properties defined in the matching class. It will then create a new c# file postfix it with autogen.cs and then update the project to add the new file to the project.

Tim Kelly
  • 33
  • 2

1 Answers1

0

Something like this?

sboulema
  • 837
  • 1
  • 10
  • 22