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

Font Awesome 6 Beta #27

Closed TheRayJohnson closed 2 years ago

TheRayJohnson commented 2 years ago

Hi,

Brilliant extension! Any plans to support Font Awesome 6 (Beta)? Maybe dropping v4 and having v5 / v6 offered?

Thanks.

Janne252 commented 2 years ago

Hey, I'm planning to support all major versions via extension settings.

jorgesomers commented 2 years ago

Hi @Janne252 any beta version of extension for 6 beta ?

Janne252 commented 2 years ago

I'm going to look into adding version 6 beta during this week. The beta downloads don't seem to contain the metadata folder which is unfortunate.

jorgesomers commented 2 years ago

thanks .. !

Janne252 commented 2 years ago

A pre-release (.vsix) is now available, featuring support for v6 icons: v1.2.0

Some icon data is missing (changes, better search keywords, and categories) which will be added if/when a suitable source is found. It seems that Font Awesome is providing APIs for querying icons https://fontawesome.com/v6.0/docs/apis/graphql/get-started which likely will replace current v6 metadata source.

jorgesomers commented 2 years ago

A pre-release (.vsix) is now available, featuring support for v6 icons: v1.2.0

Some icon data is missing (changes, better search keywords, and categories) which will be added if/when a suitable source is found. It seems that Font Awesome is providing APIs for querying icons https://fontawesome.com/v6.0/docs/apis/graphql/get-started which likely will replace current v6 metadata source.

Just something I saw now .. This is just for VSCode, not for Visual Studio 2022 ?

Janne252 commented 2 years ago

A pre-release (.vsix) is now available, featuring support for v6 icons: v1.2.0 Some icon data is missing (changes, better search keywords, and categories) which will be added if/when a suitable source is found. It seems that Font Awesome is providing APIs for querying icons https://fontawesome.com/v6.0/docs/apis/graphql/get-started which likely will replace current v6 metadata source.

Just something I saw now .. This is just for VSCode, not for Visual Studio 2022 ?

Yeah, just for VS Code.

It seems that Visual Studio has made some progress towards supporting Language Server Protocol which could possibly make it feasible to target multiple IDEs with a single LSP implementation of fontawesome-auto-complete.