HTML-CSS-Class-Completion icon indicating copy to clipboard operation
HTML-CSS-Class-Completion copied to clipboard

A list of properties where suggestions are enabled

Open macCesar opened this issue 3 years ago • 0 comments

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"
],

macCesar avatar Oct 14 '22 17:10 macCesar