EditorColorPreview icon indicating copy to clipboard operation
EditorColorPreview copied to clipboard

Results 13 EditorColorPreview issues
Sort by recently updated
recently updated
newest added

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...

bug

**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...

enhancement

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. ![image](https://user-images.githubusercontent.com/7201626/220852522-8f50eb53-4cee-4ad3-958a-61d1242c7253.png)

bug

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...

bug

RGB with alpha channel is not currently supported by the extension ![image](https://github.com/madskristensen/EditorColorPreview/assets/4870330/2cd4c5ef-e990-4a74-bccb-c51a4ae127be)

enhancement

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....

bug

**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"),...

enhancement

It would be nice if preprocessor variables whose values are a valid color string displayed color previews. Something like this example I photoshopped: ![image](https://user-images.githubusercontent.com/10633170/159785374-1c9bae03-c0e3-4b20-bca9-d7865e937595.png) The only way I see this...

enhancement

Showing the colour red next to the word 'redundancy' in a JS comment :) ![image](https://user-images.githubusercontent.com/5755133/185436446-96695dc6-cfb7-4eb5-922c-eddd2045c099.png)

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...

enhancement