roslyn-sdk
roslyn-sdk copied to clipboard
Show embedded language classification in syntax visualizer
Implements https://github.com/dotnet/roslyn/issues/63664.
Working:
- Show
ClassifiedSpans that are children ofStringtokens as tree nodes - Show their properties
- Allow navigating from source to such a span
- Allow navigating from such a span back to source
Not working:
- Show the classification's color. I need help with this — Visual Studio always seems to return black as the color.