Hello, I am developing an auto-completion extension. I want to get some statistics for my completion extension. For example, when the user chooses a completion item, an event is fired with recording the index of chosen completion item. Does vscode's api provide anyway to record this?
Thank you!