lukas-tr / vscode-materialdesignicons-intellisense

Provides intellisense, search and hover preview for Material Design Icons
https://marketplace.visualstudio.com/items?itemName=lukas-tr.materialdesignicons-intellisense
MIT License
35 stars 7 forks source link

Material Design Light? #22

Open ngekoding opened 2 years ago

ngekoding commented 2 years ago

Can we make it work with Material Design Light? As example for the ref: https://icones.js.org/collection/mdi-light

<i-mdi-light-shape-circle />

Currently I got this warning.

mdi-light warning

Thanks in advance

lukas-tr commented 2 years ago

You can turn the warning off by setting materialdesigniconsIntellisense.enableLinter to false in your settings.json.

I'll consider supporting Material Design Light.

ngekoding commented 2 years ago

Thank you, this lib very helpful.

lukas-tr commented 2 years ago

You can change materialdesigniconsIntellisense.light when version 4.0 is released

ngekoding commented 2 years ago

Thank you @lukas-tr

But I want to make sure, is this possible to use both version?

lukas-tr commented 2 years ago

Yes, but not at the same time

ngekoding commented 2 years ago

I think we need that two version at the same time. As what was I did for my project, some pages need to use a light, and the other use a default.

lukas-tr commented 2 years ago

I don't have much spare time right now, but I'll take a look at it at some point.

ngekoding commented 2 years ago

Thank you, I hope I can doing something to help.