Skip to content

Use editor gutter for (super) implementation navigation #3524

Open

Description

Can an icon be added to the left of the interface declaration and methods for quick jumps to related implementations? ( and an icon for quick jump to related Interface)

example from IntelliJ IDEA:
image

image
Environment
  • Operating System: Linux
  • JDK version: 17
  • Visual Studio Code version: 1.87.0
  • Java extension version: v1.28.1
Steps To Reproduce
  1. Create a java interface
  2. Create an implementation of this interface
Current Result
image
Expected Result

image

Additional Informations

In Java development, many people are accustomed to using the icons next to Interfaces to jump to the implementations of the interface, or using the related icons inside a Class to jump to the corresponding Interface definition. The support for this feature in vscode-java can facilitate a smoother adaptation to these user habits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions