Hi,
I am hosting a IWpfTextViewHost in a dialog in my plugin. The text buffer associated with it is build from a string. Syntax coloring is working for the most part, it colors keywords, strings and predefined classes but it
does not color classes defined in the solution or in referenced assemblies.
Is there any way to get it to also highlight classes defined in the solution or in referenced assemblies? Maybe there is a way to trick the language hilighter to treat the text buffer as part of a project ?
Thank you.