bbugh / vscode-change-color-format

VSCode extension that quickly transform selections to and from various color formats: #RRGGBB, hsl/a, rgb/a, color names, and more.
https://marketplace.visualstudio.com/items?itemName=bbugh.change-color-format
MIT License
6 stars 1 forks source link

can't see the covert command in vscode #69

Closed guguji5 closed 1 year ago

guguji5 commented 1 year ago

I install the vscode plugin, but could not see the command. is there any shortcut command?

bbugh commented 1 year ago

Hi, it should appear in your command palette. I'm not doing anything special in the extension except registering the command with VSCode, so if you don't see it, I'm guessing it's not installed correctly.

image