Show the following inlay hints at declaration sites:
- Usages – shows how many times a given symbol is used in the project. Clicking the hint gives a preview of the usages, or navigates you directly to the client code if there is only one usage.
- Super – the count of classes or interfaces that a given symbol inherits from. Clicking the hint gives a preview of the ancestors, or navigates you directly to the declaration if there is only one ancestor.
- Run – appears at runnable code like application entry points or tests. Click to run the code.