Integrating A Custom Editor Within VS IDE 2003... Possible?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Code using Windows/Web Forms have both "Code View" and "Design View". AFAIK, the IDE knows when to provide the "Design View" by checking the first class declaration in the codefile. What if I create an alternate editor for a codefile, something like "Design View", is it possible to integrate it into the IDE? If so, can anyone give me a pointer or two to an article or documentation? -Maki