CodeTogether-Inc / CodeTogether-Live

Repository for issues, documentation and more for codetogether.com and associated VS Code extension and Eclipse plugins.
Other
103 stars 12 forks source link

Ctrl+click on a field declaration should show uses for IntelliJ client #320

Open toddewilliams opened 3 years ago

toddewilliams commented 3 years ago

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.