antfu / vscode-iconify

🙂 Iconify IntelliSense for VS Code
https://marketplace.visualstudio.com/items?itemName=antfu.iconify
MIT License
474 stars 36 forks source link

"-" Delimiter not working properly #24

Closed niklaskdk closed 1 year ago

niklaskdk commented 2 years ago

Using the - delimiter shows an already filtered list of icons:

image

Using either of the other default ones (: or /) shows the entire list

image

ThaDaVos commented 2 years ago

I am having the same issue - the thing is, vuetify uses mdi- and not mdi: so it would be really great if this can be fixed...

I used to use https://marketplace.visualstudio.com/items?itemName=lukas-tr.materialdesignicons-intellisense which worked this way, but it's pretty slow and seems to slow down my VSCode for some reason -also it only supports Material Design Icons

JohnCampionJr commented 2 years ago

I took a stab at fixing this and failed spectacularly. As fas as I can tell, "carbon-" and "carbon:" returns the same list of suggestions to VS Code, but VS Code declines to show them with the dash.

jd-solanki commented 1 year ago

VS Code declines to show them with the dash

Is this from VS Code, then?

alokVishu commented 1 year ago

+1

ThaDaVos commented 1 year ago

VS Code declines to show them with the dash

Is this from VS Code, then?

Don't think so - as I used a different extension prior to this, which used the - and worked - so maybe a difference in implementation?

Sight-wcg commented 1 year ago

related: https://github.com/microsoft/vscode/issues/135861#issuecomment-952037304