EditorColorPreview
EditorColorPreview copied to clipboard
I installed the extension in Visual Studio 17.8.6 using the following procedure: 1. Go to Extensions 2. Manage Extensions 3. Select and Install 4. Exit Visual Studio 5. The extension...
**Describe the solution you'd like** Would it be possible to also include header files (.h) for C++ solutions? In .cpp files, the color preview works fine, but not in .h...
Colors constructed using CSS Custom Properties do not display the color preview. See attached screenshot. **Expected behavior** Colors constructed using CSS Custom Properties should display the color preview. 
The extension stopped working after the update to version 1.0.24. Preview colors are no longer displayed in front of the colour code. It doesn't matter which colour coding method is...
RGB with alpha channel is not currently supported by the extension 
Get Visual Studio 2022 Pro x64 - V17.2.6 1. Go to Extensions > Manage Extensions > Online > and install Color Preview. 2. Restart VS 3. Open your solution 4....
**Is your feature request related to a problem? Please describe.** sample code: ```csharp public List Colors = new List { 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"),...
It would be nice if preprocessor variables whose values are a valid color string displayed color previews. Something like this example I photoshopped:  The only way I see this...
Showing the colour red next to the word 'redundancy' in a JS comment :) 
I've gotten a bit frustrated that the internal limit is set to 10000 characters to keep VS from "freezing up" while it parses the file. So i completely understand why...