-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Vec3,vec4 Color Picker #13
Comments
We all want this feature, believe me! |
@willstall @leocb this functionality has been implemented and will be shipped with the next release of the extension. it essentially use DocumentColorProvider from the vscode Api |
yooooooooooooooooooooo.....that's amazing news!!! |
Nice! this will be a good workaround (tough not perfect because thebookofshaders's pickers are awesome) I guess this will do while we wait for the vscode features I linked to. I think we should still leave this issue opened(?) |
@willstall @leocb feature added to last release. let's keep it opened waiting for code inset feature. |
Got it working. Gonna give this a week or two and drop feedback in here =) |
I'm loving this so far.... |
https://code.visualstudio.com/api/extension-guides/webview Could this help for making a float component? |
The feature you linked only displays webviews on a separate tab (some examples are: this GL canvas extension and the markdown preview), I looked into using it, but the user experience is just terrible and slow, the pickers need to be placed in-line or over the code to be useful in any way. What we need is the code inset feature, that is the vscode#66418 PR I mentioned above, and that is still under development. |
Ahhh yeah.... Figured as much. I got there following that link and threw it in real quick. I does look like some progress on that inset feature has been made in the last few weeks. I saw something in my searching about it |
Yes, that's the inset feature we're waiting for, it's in beta test on the Insiders build of vscode |
🎉 Huray! |
Wow i love this |
Is there a way to turn off this feature? |
I use this plugin every single day for my Glsl daily and just love it. The one thing I'm really missing is the color picker from glslCanvas.....I also love the float sliders, but hey....I just love the color picker more.
Would there be any chance of integrating a color picker?
The text was updated successfully, but these errors were encountered: