mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed outer type search in autocomplete
This commit is contained in:
parent
2d77d73e8d
commit
13b943855e
3 changed files with 16 additions and 16 deletions
|
@ -9767,7 +9767,7 @@ void BfExprEvaluator::Visit(BfInitializerExpression* initExpr)
|
|||
{
|
||||
String filter;
|
||||
identiferNode->ToString(filter);
|
||||
autoComplete->AddTypeMembers(typeInstance, false, true, filter, typeInstance, false, true);
|
||||
autoComplete->AddTypeMembers(typeInstance, false, true, filter, typeInstance, false, true, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue