Hello,
I'm looking for some guidelines.
I want to create a Visual Studio plugin that add new extention and editor
(like rpt for Crystal, rdl for SQL Reporting Services, ...).
My goal is to add a graphical editor within Visual Studio that add in
realtime code to my application.
Typically, I want to generate enums based on user choices.
Thanks for any help.
Steve
Bill Foust - 08 Mar 2005 14:14 GMT
You can create a managed package using VSIP and VSIP Extras that implements
a custom editor. If you need to participate in the build process, then you
need to also create a custom project that is not managed.
Bill
> Hello,
>
[quoted text clipped - 8 lines]
> Thanks for any help.
> Steve