Hi all, I am writing Elixir using Zed. Often times I like to “Go to definition” on standard libraries code and check out documentation and implementation comfortably from my editor. For example checking the code and docs of the Agent module. I can see the documentation from hovering, but I want to reach the actual code.
I can’t do this using Elixir’s lsps though. Is there something I need to configure?
I installed Elixir using brew and tried elixir-ls and expert.
I know I can find this code in my system and open it with Zed. But it’s much quicker to go there from the code I am writing.






















