[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: eglot-cthier.el --- show call and type hierarchy with Eglot
From: |
Gerd Möllmann |
Subject: |
Re: eglot-cthier.el --- show call and type hierarchy with Eglot |
Date: |
Wed, 11 Dec 2024 21:20:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Harald Kirsch <pifpafpuf@gmx.de> writes:
> An Eglot supplement which shows a call or type hierarchy as a foldable
> tree, unfolded on demand.
>
> Now it provides these four hierarchies:
>
> - incoming calls
> - outgoing calls
> - supertypes
> - subtypes
>
> I tested less thoroughly than usual and may have messed up. So this is
> for the interested and brave among you.
>
> I test this with eglipse-jdts (Java) and tsc (TypeScript).
>
> See https://codeberg.org/harald/eglot-supplements#call-hierarchy
>
> Collected bugs and features:
> https://codeberg.org/harald/eglot-supplements/issues
>
> Feedback welcome.
>
> Harald
>
> --
> HaraldKi@nrw.social
clangd 19.1.5 gives
:callHierarchy/outgoingCalls failed with (:code -32601 :message method not
found)
error response on ‘:callHierarchy/outgoingCalls’, see *Message* for details