feat: command menu

This commit is contained in:
iCrawl
2022-09-09 00:08:59 +02:00
parent f9e9bfdedc
commit 96304d7cc8
14 changed files with 272 additions and 35 deletions

View File

@@ -47,7 +47,7 @@ export function generatePath(items: readonly ApiItem[], version: string) {
case ApiItemKind.MethodSignature:
case ApiItemKind.PropertySignature:
// TODO: Take overloads into account
path += `#${item.displayName}:${item.kind}`;
path += `#${item.displayName}`;
break;
default:
path += `/${item.displayName}:${item.kind}`;