Add doc(alias)-based function name completion

This commit is contained in:
hecatia-elegua 2023-04-05 19:35:21 +02:00
parent 410acd7188
commit f87f468dbd
2 changed files with 47 additions and 0 deletions

View file

@ -147,6 +147,8 @@ fn render(
}
}
}
item.doc_aliases(ctx.doc_aliases);
item
}