lsp

dominicm 2025-09-02T21:12:37.123429Z

should workspace/symbols include references to other namespaces? so that a query for foo/bar would resolve something? I'm seeing it used as a fallback to textDocument/definition when a position isn't provided.

ericdallo 2025-09-02T22:58:35.778439Z

Not really, workspace/symbols intention is to provide all symbols of the workspace, not really related to references

dominicm 2025-09-03T05:03:21.962289Z

Didn't think so. Probably works ok for within the file. It's an adapter for tags so it's all a bit of a cheat really 😅