英文:
How can I have an interactive view of the color names on R in the vscode interface?
问题
我有一个非常好的视图,可以在我的VSCode界面上进行交互式更改颜色。然而,我不知道如何再次安装此功能到新的电脑上。您可以查看我的截图,以了解我的意思。例如,当我点击蓝色方块时,会打开交互式调色板,我可以选择所需的颜色,直接更改颜色的名称。
英文:
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.
答案1
得分: 3
不再需要扩展,详见 https://stackoverflow.com/a/76066924/836330。
启用此设置:Editor: Default Color Decorators
然后小方块颜色装饰物应该会显示在你的r
代码中。
英文:
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论