0

I'm trying out ReasonML on VSCode. But have a little problem with "Go to Definition" feature.

From a SomeFile.re I can right click -> "Go to Definition" on a standard library function (in this case Format.printf(...)) and it will jump to the definition as I expect (in this case ./node_modules/bs-platform/lib/ocaml/format.ml)

But inside format.ml, "Go to Definition" doesn't work for me. So I can't explore the underlying function further. In this case, in format.ml, printf calls fprintf. When I try to "Go to Definition on fprintf, it says "No definition found for fprintf"

Does anyone have a pointer for me to make this work?

hendysg
  • 136
  • 1
  • 5
  • 1
    Seems to be a bug in something or other. Just in case others are looking: https://github.com/reasonml-editor/vscode-reasonml/issues/136 – glennsl Nov 13 '17 at 08:27
  • Thanks! I missed the github issue discussion. I'll follow up there. – hendysg Nov 14 '17 at 03:17

0 Answers0