add uri-property to CallHierarchtItem, better wording, better behaviour when switching calls/callers

This commit is contained in:
Johannes Rieken
2019-03-19 10:06:19 +01:00
parent b3035a8566
commit d9558862cc
9 changed files with 71 additions and 30 deletions

View File

@@ -1011,6 +1011,7 @@ class CallHierarchyAdapter {
name: item.name,
detail: item.detail,
kind: typeConvert.SymbolKind.from(item.kind),
uri: item.uri,
range: typeConvert.Range.from(item.range),
selectionRange: typeConvert.Range.from(item.selectionRange),
};