You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: