Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot jump to field reference in {@link ClassName#field} Javadoc #2924

Open
sanmusee opened this issue Mar 26, 2025 · 0 comments
Open

Cannot jump to field reference in {@link ClassName#field} Javadoc #2924

sanmusee opened this issue Mar 26, 2025 · 0 comments

Comments

@sanmusee
Copy link

sanmusee commented Mar 26, 2025

Cursor only supports navigation to the class but not to the referenced field.

Expected Behavior

Ctrl+Click (or Cmd+Click) on source inside {@link ...} should navigate to the corresponding field declaration.

Actual Behavior

Only the class part is linkable. The field part is treated as plain text and does not support navigation.

Why it matters

This is especially important when writing or reading documentation that references specific fields or methods in related classes. Other IDEs like IntelliJ partially support this, and adding this feature would improve Cursor's Java navigation significantly.

Version

Cursor version: 0.45.15
Language: Java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant