Debuggion output
After d990a439 I have something like the following in my echo area:
}
2 ClangdClass {
end_pos = { 65, 33 },
start_pos = { 65, 18 }
}
2 ClangdMemberFunction {
end_pos = { 65, 47 },
start_pos = { 65, 34 }
}
...
It looks like it because of print(bufnr, ref.kind, vim.inspect(ref.range))
at 70 in lua/clangd_nvim.lua
.