I've installed Zed and the Julia extension. The language server only recognises what is exported from Julia Base, for example, getting the docstrings for sum works. Other packages, such as Dates from the standard library, produce an error:
Missing reference: Dates (Julia)
The folder I opened is a package folder with a Manifest.toml.
It seems that the correct environment is not picked up by default, as it is in VS Code.
Thanks for the help!
julia> versioninfo()
Julia Version 1.12.1
Commit ba1e628ee49 (2025-10-17 13:02 UTC)
Build Info:
Official https://julialang.org release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 4 × Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
WORD_SIZE: 64
LLVM: libLLVM-18.1.7 (ORCJIT, skylake)
GC: Built with stock GC
Threads: 1 default, 1 interactive, 1 GC (on 4 virtual cores)
Environment:
LD_LIBRARY_PATH =
I've installed Zed and the Julia extension. The language server only recognises what is exported from Julia Base, for example, getting the docstrings for sum works. Other packages, such as Dates from the standard library, produce an error:
The folder I opened is a package folder with a
Manifest.toml.It seems that the correct environment is not picked up by default, as it is in VS Code.
Thanks for the help!