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
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Sorry, I saw Xavier Leroy, project Cristal and think it was map.ml from standard library. When I try to "go to definition" editor always jumps to map.ml from Base package, that's why when I select definitions above open Base in test repo I get wrong lines and definitions after works fine.
So, I think, open Base somehow confuses Merlin/VScode plugin and definitions with same names but from different modules point to same place.
fotonmoton
changed the title
Wrong line for "go to definition"
Wrong module for "go to definition"
Jul 24, 2019
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Go to definition sends to the wrong line in module.
To reproduce:
Expected behavior: Editor opens right module with highlighted definition that was previously selected
Actual behavior: Editor opens wrong module and points to wrong line
Env:
OCaml: The OCaml toplevel, version 4.08.0
Dune: 1.10.0
Merlin: 3.3.1
Repo for reproduction.
The text was updated successfully, but these errors were encountered: