ElixirLS - the Elixir Language Server

Thanks for all the links! Looks like I have a lot of reading to do…

On a related note, the Language Server Index Format (LSIF) purports to:

… define a standard format for language servers or other programming tools to dump their knowledge about a workspace

… support rich code navigation in development tools or a Web UI without needing a local copy of the source code

See also: https://lsif.dev/

Is there any plan for ElixirLS to support LSIF?