You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Permit computation of method hierarchy through type hierarchy API.
- Method hierarchy needs to pass along the method signature to be
searched on each type
- Use data field to store the method signature being searched (if any),
and the human readable method name
- Use SymbolKind.Null to denote a type in the hierarchy that does not
implement the given method
Signed-off-by: Roland Grunberg <[email protected]>
@@ -127,7 +133,7 @@ class TypeHierarchyTreeDataProvider implements vscode.TreeDataProvider<TypeHiera
127
133
]
128
134
} : undefined;
129
135
// workaround: set a specific id to refresh the collapsible state for treeItems, see: https://github.com/microsoft/vscode/issues/114614#issuecomment-763428052
0 commit comments