Matt Lacey

Results 420 comments of Matt Lacey

There are already a number of other extensions that offer a color picker and the ability to change colors. Have you tried them? Are there any compatibility issues? I don't...

This one looks pretty light weight: https://marketplace.visualstudio.com/items?itemName=NikolaMSFT.InlineColorPickerX64Preview

I can see named colors as an input, but should they also be supported as an output? If wanting to support named colors as an output it will also be...

Let's start by documenting all the possible inputs

Having gone through the RegExs Supported inputs: - `System.Drawing.Color.FromArgb(A, R, G, B)` - `Color.FromArgb(A, R, G, B)` (assumes using System.Drawing or System.Windows.Media) - `Microsoft.Maui.Graphics.Color(R, G, B)` - `Color(R, G, B)`...

Also need to consider if/when/how changes should be made to the source. Should changes be automatically applied? Do they need to be confirmed? Does the dialog/popup need to display a...

> I'm going to go with the simplest option in all cases. > > 1. A cancel is a no-go. Otherwise, update. So will there be a dedicated cancel button?...

Well, I can get something to show when I double-click on certain color adorners. ![inlinecs-picker-poc1](https://github.com/mrlacey/CSInlineColorViz/assets/189547/86b908bb-adc2-4383-a93d-03613dbd90a0) I know the original text, it's location, and what type of picker to display (list...

> Well, I can get something to show when I double-click on certain color adorners. > > ![inlinecs-picker-poc1](https://user-images.githubusercontent.com/189547/265287527-86b908bb-adc2-4383-a93d-03613dbd90a0.gif) > > I know the original text, it's location, and what type...