nvim_runtime_lua

lsp.CallHierarchyOutgoingCall

Represents an outgoing call, e.g. calling a getter from a method or a method from a constructor etc.

Fields2

CallHierarchyOutgoingCall.to : lsp.CallHierarchyItem

The item that is called.

CallHierarchyOutgoingCall.fromRanges : lsp.Range[]

The range at which this item is called. This is the range relative to the caller, e.g the item passed to {@link CallHierarchyItemProvider.provideCallHierarchyOutgoingCalls provideCallHierarchyOutgoingCalls} and not {@link CallHierarchyOutgoingCall.to this.to}.