-
Notifications
You must be signed in to change notification settings - Fork 19
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
Jump to definition not working between files #25
Comments
Does it work with Julia 1.3? Julia 1.4 support does not work properly yet. How did you install |
I used (https://github.com/gdkrmr/lsp-julia) clone of lsp-julia to try with Julia1.4 (since gdkrmr repo seems to use the latest LangServer). I installed lsp-julia by cloning https://github.com/non-Jedi/lsp-julia repo and adding to lsp-julia.jl to the loadpath of emacs. |
just curious to know any updates about this |
I have created another issue I found after updating to the latest code - #27 |
For me https://github.com/non-Jedi/lsp-julia works with julia 1.3 and https://github.com/gdkrmr/lsp-julia works with 1.4 (haven't done any tests with 1.3) but flycheck integration does not work, which is why I haven't merged yet. |
I'm also facing the same issue with the following
What works?
What not works
|
what is the exact version of |
I'm using |
that works fine for me. Sometimes |
I dont think so as the more specific case is util.jl
main.jl
In the above code, my specific issue is jump-to-definition :- but works for
doesn't work for
and ends up with a warning
However the same behaviour works in VSCode hence it should not be issue from OTTH, jump-to-definition works for all the modules where are loaded in to LOAD_PATH. Hope I made it clear for everyone. |
Hi @prasannakog thanks for the good reproducer. For anyone else following along, the |
Thanks @non-Jedi for taking this forward. I should have attached the json-log in my issue desc I would try to give as much as details if I found any in the future. |
looks like the related issue on the upstream repo got fixed , just curious to know any updates. |
@non-Jedi any updated on this |
That's up to @gdkrmr to update the versions bundled with lsp-julia. It's fixed upstream. |
Thanks ... but @gdkrmr fork of lsp-julia doesn't have issues feature enabled. |
He maintains this repo as well |
I am maintaining this repository and use my fork as the development version. |
Is this working now? Please update according to #20 (comment) and report back. |
It solved the issue for me. It might help to make |
Yes, I don't really have a good solution for setting the default environment. I guess the solution is to query |
I'm uisng the latest master with Julia 1.4. Basic LSP functions do work but the jumpt to definition and find references. In case of definitions, I can within the file but not to functions or variables defined in other files.
I got the following warning message
Warning (lsp-mode): Failed to process xref entry for filename ’’: Read error: Is a directory, /data/dataworkspace/vamana-ts-modelling
The text was updated successfully, but these errors were encountered: