-
Notifications
You must be signed in to change notification settings - Fork 57
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
Go to definition returns wrong location #652
Comments
I think this refers to |
cristianoc
added a commit
that referenced
this issue
Dec 15, 2022
…owing. In the example, the reference to `DefinitionWithInterface.Inner.y` leads to `DefinitionWithInterface.y` instead. This seems to happen only when there is an interface file, and the outer module has the same value named `y` as the inner module. See #652
cristianoc
added a commit
that referenced
this issue
Dec 15, 2022
…owing. In the example, the reference to `DefinitionWithInterface.Inner.y` leads to `DefinitionWithInterface.y` instead. This seems to happen only when there is an interface file, and the outer module has the same value named `y` as the inner module. See #652
Fixed in #653 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go to definition in
<Sidebar
return wrong location.dune exec rescript-editor-analysis definition ~/Desktop/projects/rescript-lang.org/src/layouts/ApiLayout.res 123 9
The correct location is
ApiLayout.res
The text was updated successfully, but these errors were encountered: