1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Added autocomplete for constructor passthroughs

This commit is contained in:
Brian Fiete 2024-12-31 10:03:16 -08:00
parent b784f4f39d
commit ce9b2f8888
2 changed files with 112 additions and 8 deletions

View file

@ -237,6 +237,7 @@ public:
void AddTopLevelNamespaces(BfAstNode* identifierNode);
void AddTopLevelTypes(BfAstNode* identifierNode, bool onlyAttribute = false);
void AddOverrides(const StringImpl& filter);
void AddCtorPassthroughs();
void UpdateReplaceData();
void AddTypeInstanceEntry(BfTypeInstance* typeInst);
bool CheckDocumentation(AutoCompleteEntry* entry, BfCommentNode* documentation);