Released version 2020.12.31-01.43.36 which adds support for call hierarchy. 🎉 For now it's only supported incoming call hierarchy, this feature allow the server lazy return to the client the references of a function, allowing to build a hierarchy of function calls.
I tried it briefly. It didn’t seem to happen automatically. 😃 Didn’t see any messages regarding this either, but I could have missed it since I have verbose trace on and there is a lot of communication going on. Will need to investigate further. Really nice feature!
is not a automatic message, the client should send textDocument/prepareCallHierarchy
I tried the command for it in vscode, but that didn’t work. Will pay attention to what messages are sent.
FYI @pez @brandon.ringe . you may want to take a look how to implement on Calva using VSCode Outline 😉
Released version 2020.12.31-17.22.22 which adds support for file path on hover request just like CIDER
nice 🙂