glance.nvim
glance.nvim copied to clipboard
CallHierarchy support
Code is
public class Main {
public static void main(String[] args) {
System.out.println("Hello, world");
}
void a() {
b();
c();
}
void b() {
c();
}
void c() {
d();
}
void d() {
}
}
Incoming Calls

Outgoing Calls

Closed due to no response.
Hey, sorry for the late reply! Call hierarchy will be supported, it's not a simple task because Glance wasn't designed to display nested folded groups in the list, but will be in the future.
This will be so damn cool!!! 🥳 Any way to help with this?
Maybe this would then also work for type hierarchy stuff. 🤔