I have created a plugin to paste custom snippets but i need more autocomplete icons for custom logic for the plugin.
If i want to create a snippet for my services i need to know whether my snippet will apply a certain logic to it via the icon.
Due to the limited 5 icons available it will take away the decorative icons to sort the snippets in place for unrelated logic.
If there was a way to set an imageID instead of the CompletionItemKind on the kind value, it would allow me to add custom icons to sort the logic properly for my plugin.