reasonml-idea-plugin icon indicating copy to clipboard operation
reasonml-idea-plugin copied to clipboard

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

Open jfehrle opened this issue 1 year ago • 1 comments

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 ()

jfehrle avatar Jul 14 '24 04:07 jfehrle

resolution only works backward for now.

giraud avatar Jul 29 '24 14:07 giraud

Fixed in 0.129

giraud avatar Apr 14 '25 08:04 giraud