redhat-developer / lsp4ij

LSP Client for IntelliJ
Eclipse Public License 2.0
110 stars 24 forks source link

CallHierarchy support #608

Open angelozerr opened 2 days ago

angelozerr commented 2 days ago

We need this call hierarchy support in our Qute language server https://github.com/redhat-developer/quarkus-ls/issues/1030

In my spare time, I have implemented this LSP call hierarchy support.

@InSyncWithFoo @ericdallo I have noticed that your LS support call hierarchy, so I think you could be interested with this feature.

@jansorg I will try to push my work today in order to you can try it if you are interested with LSP4IJ.

angelozerr commented 1 day ago

Fixed with https://github.com/redhat-developer/lsp4ij/pull/612