VS Editor Extensions, Split Code View?
Visual Studio
1
Posts
1
Posters
0
Views
1
Watching
-
I have seen samples for custom code editors (modified syntax highlighting, intellisense, etc.) and I have seen samples for custom visual editors (as UI for editing files when opening with visual studio). But: How can someone build Visual Studio extensions which allow both; a split code/design as the built-in XAML editor offers? Is that possible without creating my proprietary editor control from scratch as part of my view? Any hints appreciated PS: My goal would be some custom XML with an visual representation on top. Comparable to the XAML editor, but not for UI stuff.