
▲ 5 r/ZedEditor
Elixir/HEEx: any way to hide child symbols in “Search Buffer Symbols”?
I’m using Zed 1.3.5 with Elixir, plus the nightly build of Elixir Expert 0.1.0-4dff00f.
In the buffer symbols / outline popup, Zed is showing HEEx/HTML details inside functions, like section, header, div, h1, etc. I’m hoping to only see the Elixir-level symbols, mainly function names.
I tried this setting based on the Zed docs:
{
"languages": {
"Elixir": {
"document_symbols": "off"
}
}
}
…but it doesn’t seem to change the behavior.
Has anyone figured out how to hide nested HEEx/HTML symbols in Elixir outlines, or is this currently controlled by the language server / extension with no setting yet?
Thanks!
u/BroadbandJesus — 12 hours ago