anseki / vscode-color

Helper with GUI to generate color codes such as CSS color notations.
MIT License
97 stars 27 forks source link

Add support for 0xRRGGBB values #86

Closed deepnight closed 5 years ago

deepnight commented 5 years ago

Hello,

Something that is lacking, for some obscure reason, in all color-picker extensions for VScode is a basic support for 0xRRGGBB color codes. These are used in most languages that are not web-based.

Would it be possible to add this feature to vscode-color, as it is by far the most advanced & widely used picker for VScode?

Optionaly, having support for 0xRRGGBBAA codes would be amazing :)

anseki commented 5 years ago

Hi @deepnight, thank you for your comment.

I think that feature has low demand for now. However, I will examine that when more requests come.

anseki commented 5 years ago

I close this issue for now. I will examine this feature when more requests come. I still welcome comments.

Bettelmage commented 4 years ago

Yep, sorry for the duplicate.

So here is another request. I am also really interested in having this feature.

i can feel @deepnight, i am wondering why most extensions seem to be web-focused. Is it because web developers are more open to and more extensions-savvy? Are my fellow non-web developers still persisting on their vim-user stereotype? 😉

Anyways, i'd appreciate if you consider this as a feature for a future release.

Thanks!

deepnight commented 4 years ago

For now, everytime I want to edit a 0xrrggbb color, I manually replace the 0x by #, invoke the picker UI, then edit back to 0x format... Which isn't that great ;) And god, as a gamedev, I do that often every day!

anseki commented 4 years ago

VS Code started as a source code editor for web-app (front-end). Therefore many extensions focus on web-app (front-end). And, many programming languages including non-web language were added as supported language. For C-lang, you can use also Visual Studio instead of VS Code.

xwolf47 commented 4 years ago

Hello, I also need this request. VS Code support for many language edit, so support 0x format is very good for that.

anseki commented 4 years ago

Hi @xwolf47, thank you for the comment. I still welcome comments.

Tipyx commented 4 years ago

Like my dear companions above, I totally need too !

anseki commented 4 years ago

Hi @Tipyx, thank you for the comment. :smile: