Invoke color picker with shortcut #15697
Replies: 1 comment
-
Moved to https://github.com/microsoft/vscode-python/issues/17238 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
VS code has a built-in color picker that is so handy for some languages but is not useable in a Python script.
Sometimes I have a variable or argument that represents a color RGB or Hex, and it would be wonderful if I could modify these with a color picker. It's probably not possible for the extension to automatically know these are colors, but it would be nice if I could manually invoke the color picker with a short cut, as discussed here microsoft/vscode#52364, and then click the color to insert it.
Color variable as RGB
Color argument as a Hex value
Beta Was this translation helpful? Give feedback.
All reactions