design technology can be used to customize the Visual Studio editor to support embedded languages. Examples available on the Internet, such as setting up an editor for Django, support scripting languages built into HTML. Implementations seem to be tied to the embedded HTML editor.
Does anyone have any suggestions on how to achieve similar functionality for languages embedded in C # ? I tried to replicate the projection buffer solution used for the Django editor, and change the content type from "HTML" to "CSharp". It seems that the editor recognizes the contents of C # as "code", but does not highlight syntax highlighting, IntelliSense, etc.
source share