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

Control-click doesn't find symbols defined with "and ..." after the query point (i.e. forward references) #476

Open
jfehrle opened this issue Jul 14, 2024 · 1 comment

Comments

@jfehrle
Copy link
Collaborator

jfehrle commented Jul 14, 2024

plugin version: 0.123.-2003.1

Description

Control clicking on y (a forward reference) in the first line gives the error "Cannot find declaration to go to". (In contrast, control clicking on x in the second line jumps to the definition on the first line, as expected.)

image

let x () = y ()
and y () = x ()
@giraud
Copy link
Owner

giraud commented Jul 29, 2024

resolution only works backward for now.

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

2 participants