Janne252 / vscode-fontawesome-auto-complete

Auto-complete & preview Font Awesome icons in any language.
https://marketplace.visualstudio.com/items?itemName=Janne252.fontawesome-autocomplete
GNU General Public License v3.0
15 stars 2 forks source link

Restrict types of suggestions (fab, far, fas) #4

Closed lonix1 closed 5 years ago

lonix1 commented 5 years ago

Thanks for fixing #2 and #3. So now that those are out of the way, the following is the next obvious improvement. Please consider this for a future release.

I'm using the FA free tier, so I only use fas fa-circle for example. But the suggestions include all variations of circle from the fab, far and fas tiers.

It would be great to have a setting where I could control this, e.g. "suggestFor": ["fab", "far", "fas"] and I could change this to "suggestFor": ["fas"].

Janne252 commented 5 years ago

The extension is based on the icons.json file from the free pack, I don't think it's suggesting any pro icons? image

far fa-circle and fas fa-circle are both available in the free pack.

lonix1 commented 5 years ago

You are right it's only the free pack. Thanks for explaining.