Closed
Description
(From mpickering/ghcide#18)
- It is a feature common in other ides like eclipse or intellij
- It shows the graph of all transitive calls of a function, in a tree:
- The nodes are selectable (shows info in the right pane) and navigable with ctrl+click
- In the right pane other info like the possible multiple calls in the same funcion, with the line number (also navigables to the concrete line)
- It could use @wz1000 HieDB, like the recent find references implementation
- It is supported in lsp 3.16: