CompletionItemKind

@logan I would like to use the bookmark icon for a completion item in my extension. There is no official documented way to do so, but since CompletionItemKind resolves to a number, I found an inofficial way :wink:
Are these numbers subject to change? Or can I rely on them being consistent across Nova versions?

Thanks