HTML-CSS-Class-Completion
HTML-CSS-Class-Completion copied to clipboard
A list of properties where suggestions are enabled
Hi there.. Is there a way to add additional properties for class name suggestions??
Basically I need them for these two properties: icon and classes.
<Alert module="tikit.ui" icon="md md-security_update_good text-2xl" classes="mt-4" title="Solid banner with a custom Icon" variant="solid" color="success" />
But other properties might be needed, so it would be very handy to have something like this:
"html-css-class-completion.tagProperties": [
"icon",
"classes",
// default properties
"class",
"className"
],