reasonml-idea-plugin
reasonml-idea-plugin copied to clipboard
Control-click doesn't find symbols defined with "and ..." after the query point (i.e. forward references)
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.)
let x () = y ()
and y () = x ()
resolution only works backward for now.
Fixed in 0.129