Skip to content

LSP linearized inheritance graph#

Name: lsp-linearized-inheritance-graph

Generates a linearized inheritance graph of a contract by clicking on the code lens using the Language Server Protocol.

Example#

LSP linearized inheritance graph example

Parameters#

TOML name Type Default value Description
direction Choice of TB, BT, LR, RL TB Direction of the graph.
urls bool true Whether to generate links to the source code.