nvim_runtime_lua

lsp.CallHierarchyIncomingCall

Represents an incoming call, e.g. a caller of a method or constructor.

Fields2

CallHierarchyIncomingCall.from : lsp.CallHierarchyItem

The item that makes the call.

CallHierarchyIncomingCall.fromRanges : lsp.Range[]

The ranges at which the calls appear. This is relative to the caller denoted by {@link CallHierarchyIncomingCall.from this.from}.