dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.01k stars 4.03k forks source link

Cannot set background of XML Doc Comment CREFs, param names or param refs #4948

Open DustinCampbell opened 9 years ago

DustinCampbell commented 9 years ago

The issue here is that these are now classified as they would be outside of XML doc comments -- as user types and identifiers. However, they really need to inherit their background color somehow from the XML doc comments.

image

Pilchie commented 8 years ago

Is this possible to fix without support from the editor?