Skip to content

A list of properties where suggestions are enabled #394

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

Open
macCesar opened this issue Oct 14, 2022 · 0 comments
Open

A list of properties where suggestions are enabled #394

macCesar opened this issue Oct 14, 2022 · 0 comments

Comments

@macCesar
Copy link

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"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant