1

I have a very nice view of the color that I can change interactively on my vscode interface. However I don't know how I get this function to install it again on a new computer. You can see my screenshot to show what I mean. When I click on the blue square for instance I have the interactive palette which open and I can choose the color that I want which directly change the name of the color.

Thank you in advance. enter image description here

  • this is the buildin color picker, you need an extension that adds the right decorator to the file – rioV8 May 20 '23 at 16:37

1 Answers1

3

No extension needed anymore, see https://stackoverflow.com/a/76066924/836330.

Enable this setting: Editor: Default Color Decorators

and the little square color decorator should show up in your r code.

enter image description here

Mark
  • 143,421
  • 24
  • 428
  • 436