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.
Not really, workspace/symbols intention is to provide all symbols of the workspace, not really related to references
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 😅