Ziqi-Yang / eglot-hierarchy

eglot hierarchy tree for type and call

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M-x Eglot hierarchy

screenshot

Usage

Currently, there are two interactive commands available you can use to generate type and call hierarchy.

  • M-x eglot-hierarchy-type-hierarchy

  • M-x eglot-hierarchy-call-hierarchy

That's it.

Details

Some LSP servers may require you to open a file in order to retrieve the class or calling hierarchy of a type within it, while others may not.

Installation

If you are using Emacs 29.1, execute the following command:

(package-vc-install "https://github.com/dolmens/eglot-hierarchy")

Alternatively, you can download the eglot-hierarchy.el file and load it somehow.

About

eglot hierarchy tree for type and call


Languages

Language:Emacs Lisp 100.0%