From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gabriel Santos Newsgroups: gmane.emacs.devel Subject: =?US-ASCII?Q?Re=3A_eglot-cthier=2Eel_---_show_call_hierarchy_?= =?US-ASCII?Q?with_Eglot_=28formally_called_eglot-hierarchy=29?= Date: Tue, 10 Dec 2024 10:32:52 -0300 Message-ID: References: <43440606-4506-41c2-a608-18a910376d8e@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15782"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Harald Kirsch To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 10 14:33:56 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tL0NA-0003wg-2z for ged-emacs-devel@m.gmane-mx.org; Tue, 10 Dec 2024 14:33:56 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tL0MP-0000JM-5F; Tue, 10 Dec 2024 08:33:09 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tL0ML-0000Il-Im for emacs-devel@gnu.org; Tue, 10 Dec 2024 08:33:05 -0500 Original-Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tL0MJ-0003Pn-Nu for emacs-devel@gnu.org; Tue, 10 Dec 2024 08:33:05 -0500 Original-Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id DD59B24EE5; Tue, 10 Dec 2024 14:32:59 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id YALbblIId4z3; Tue, 10 Dec 2024 14:32:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1733837575; bh=AWFsbdk55uc8iUQYnPnvZA/oNU99Fta8mvG4MwvT1IA=; h=Date:From:To:CC:Subject:In-Reply-To:References; b=IsttfdD1lEBTLXlMzeq8mrX8oApmDv73bvZPgHwo6H3ttP5WcldJo20OacDW6nYYG QTapiUrvkL0JFrFbOBr068/iMzTIKqJl6Kv32meWDK5/90t9VQwMb4L3d5G9gehM9q 1eNsmDt8lOPtTnoXxFNB6P2EHjRnd/eFI6wxO4hB+wycs9qZALcALt9AuTLWup2f7V lTiLF6DuLnByjH1pUJABGlZ9byZXlk5wVgAQgvXYEkScgME29Pxn1Or6gS+3s2/8NV iF/z+nfetMupgILfhgJH5cfsqeIyWhzBOrNEmef5pbavKaHLEI+D34V1FIe0BltSof SSG3Ji3WWq6Lw== In-Reply-To: <43440606-4506-41c2-a608-18a910376d8e@gmx.de> Received-SPF: pass client-ip=178.21.23.139; envelope-from=gabrielsantosdesouza@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:326286 Archived-At: Good work Harald, patient to see what others may have to say here=2E Em 10 de dezembro de 2024 09:29:41 BRT, Harald Kirsch = escreveu: >This shows a call hierarchy as a foldable tree, unfolded on demand=2E > >Through nice feedback here, on codeberg and on @HaraldKi@nrw=2Esocial, it >got a significant update with bug fixes, enhancements and code improvemen= ts=2E > >I test this with eglipse-jdts (Java) and tsc (TypeScript)=2E > >https://codeberg=2Eorg/harald/eglot-supplements#call-hierarchy > >Feedback welcome=2E > >Harald > >-- >HaraldKi@nrw=2Esocial -- Gabriel Santos