Add Ctrl+Click Navigation for Java in Cursor (Class/Interface/Method Tracking)

Request Cursor editor to support Ctrl+Left Click interactions for Java development, similar to IntelliJ IDEA:

  1. ​Navigate to Definition​​: Jump to class/interface declarations on click.
  2. ​Method Implementation Tracking​​: Directly locate actual method implementations (including interface method overrides).
  3. ​Multi-level Navigation​​: Correctly resolve inheritance/implementation hierarchies.

​Current Pain Points​​:

  • Manual searching for classes/methods in complex Java projects reduces efficiency.
  • Inability to quickly inspect interface-implementation relationships slows code comprehension.

​Expected Outcome​​:
Achieve IDE-level code navigation parity (like IDEA/VSCode) to significantly boost Java development productivity.

If I remember correctly, this should be a VSCode configuration issue. You should download the corresponding Java extension for better support of the Java language, it’s not wise to ask Cursor to improve this issue.

1 Like

(post deleted by author)

yes,extand for java;
thanks;