madskristensen / MIDL

A Visual Studio extension
Apache License 2.0
24 stars 5 forks source link

Ability to rename types #29

Open JaiganeshKumaran opened 1 year ago

JaiganeshKumaran commented 1 year ago

Add support for renaming types defined in IDL eg: a runtime class. While you could use the rename option in the C++ header file, you can't do that in an IDL file when this extension is installed. Includes for the generated files (Class.g.h and Class.g.cpp) should also automatically be updated to reflect the name change.