roslyn-sdk icon indicating copy to clipboard operation
roslyn-sdk copied to clipboard

Show embedded language classification in syntax visualizer

Open chucker opened this issue 3 years ago • 0 comments

Implements https://github.com/dotnet/roslyn/issues/63664.

image

Working:

  • Show ClassifiedSpans that are children of String tokens 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.

chucker avatar Sep 01 '22 19:09 chucker