-
Notifications
You must be signed in to change notification settings - Fork 84
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
Goto defintion goes to module only not function or binding #243
Comments
Trying the default reprocessing example repo |
Hmmm it should be able to jump you directly to the binding 🤔 |
Thanks for confirming it looks like a bug. Hopefully the default reprocessing repo I linked will have enough to replicate and highlight where the issue is. I need to learn some more before I can dive in and sort these out directly. |
hmm it's now worse for some reason I can't goto definition of a module or a module binding whether a standard lib or a third party package. I did start with the reprocessing-example github and added bsb-platform to the dev dependencies to see if that would help - but unfortunately not. |
In a current project when using reprocessing, the plugin fails to go to the specific module function eg
Draw.fill(..)
instead just goes to the Draw module.This is also the same in inbuilt modules
eg
Array.make_matrix
only goes to array.mli(Sorry if this is a known limitation rather than a bug. )
Repo here
https://github.com/yunti/reason-twenty48
The text was updated successfully, but these errors were encountered: