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:
parent
b784f4f39d
commit
ce9b2f8888
2 changed files with 112 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue