EditorColorPreview icon indicating copy to clipboard operation
EditorColorPreview copied to clipboard

Is it possible to add support for the C# language?

Open pedoc opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. sample code:

public List<SKColor> Colors = new List<SKColor>
        {
            SKColor.Parse("#0087ff"),
            SKColor.Parse("#339933"),
            SKColor.Parse("#ff6666"),
            SKColor.Parse("#ff9900"),
            SKColor.Parse("#996600"),
            SKColor.Parse("#996699"),
            SKColor.Parse("#339999"),
            SKColor.Parse("#6666ff"),
            SKColor.Parse("#0066cc"),
            SKColor.Parse("#cc3333"),
            SKColor.Parse("#0099cc"),
            SKColor.Parse("#003366"),
        };

It would be great to add support for color display in the C# language

Thanks in advance

pedoc avatar Jul 07 '23 14:07 pedoc