vscode-qt-for-python
vscode-qt-for-python copied to clipboard
color widgets like in CSS?
You know when editing CSS for the web one has these little correctly colored cubes next to a color value.
When hovering one even gets a popup to change the color in place:

So that must be a VS Code built-in feature. Could we have this on .qss as well?
I'd look into it myself but I still dunno where to start :/
Yes, this one is a must want feature to make working with qss a lot easier; Also it'll be great to have autocompletion in qss
A language server for QSS is required to fulfill this request. The only reference for the QSS syntax could only be found here. However, I do not have enough time to implement the server according to the reference in the near future. A pull request would be greatly helpful.
Wait for the official language server: https://bugreports.qt.io/browse/QTBUG-106009
Implemented with registerColorProvider without the official language server. Thus, the behavior might diverge from the official language spec.