-
Notifications
You must be signed in to change notification settings - Fork 82
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
LanguageServer does not index active project/package #988
Comments
I believe this in dup of julia-vscode/julia-vscode#800 and #498 is a try to fix it but it seems not having any progress yet |
Just leaving some breadcrumbs for when I (or someone else) have time to look at this again: LanguageServer.jl/src/multienv.jl Lines 73 to 82 in 781240a
test/ ), but this never works since the package itself is not indexed in the SymbolServer . (It does work if you coerce Pkg to add the package to itself, but then you get the cloud-indexed symbols and not the live ones).
|
Jesus I thought I was going insane. Experiencing this behavior too, it's really counter-intuitive. |
This really makes LSP useless for package development. I get so many missing refs that it is really hard to find real problems in there. https://discourse.julialang.org/t/lsp-missing-reference-woes/98231/8 |
Several years has been passed... Looking forward any updates... |
For example, in the root of the
Example.jl
repo when editiing a filefoo.jl
using Example
gives "Missing reference"
and same with functions defined withinExample
.The text was updated successfully, but these errors were encountered: