Hovering over a selector, the QuickInfo display string is something like: ``` (component) AppComponent ``` where `component` is the symbol kind. Prior to this, there was no types to indicate the possible values of a symbol. This PR creates an enum to represent that. PR Close #32376