Is your feature request related to a problem? Please describe.
In IntelliJ, when the user ctrl+clicks on a field declaration the IDE shows the uses for that field.
IntelliJ behaves in the following way:
if control + click on a variable use, it navigates to the declaration
if control + click on the declaration, it shows a list of uses
The first behavior is already supported by our client but the second is not. We could consider providing the same support.
Describe the solution you'd like
The ctrl+click behaviors when using IntelliJ as a client should both match IntelliJ's defaults.
Is your feature request related to a problem? Please describe. In IntelliJ, when the user ctrl+clicks on a field declaration the IDE shows the uses for that field.
IntelliJ behaves in the following way:
if control + click on a variable use, it navigates to the declaration if control + click on the declaration, it shows a list of uses
The first behavior is already supported by our client but the second is not. We could consider providing the same support.
Describe the solution you'd like The ctrl+click behaviors when using IntelliJ as a client should both match IntelliJ's defaults.