Esri / arcgis-js-vscode-snippets

Collection of Visual Studio Code snippets for common code patterns in the ArcGIS Maps SDK for JavaScript.
https://marketplace.visualstudio.com/items?itemName=Esri.arcgis-maps-sdk-js-snippets
Apache License 2.0
25 stars 8 forks source link

Customize icon for snippets suggestions #31

Open hhkaos opened 9 months ago

hhkaos commented 9 months ago

I'm not even sure if this is feasible, but I think it would be really nice if we could add a custom icon for the snippets coming from this extension instead of the squared box:

2023-09-25_18-32-18

I have been looking at CompletionItemKind and CompletionItemProvider, but I'm unsure how it can be done.

What do you think? Do you know if this is possible?

kellyhutchins commented 9 months ago

I haven't done this before but I"ll do some research and see if I can figure it out