mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed autocomplete flashing when typing 'for'
This commit is contained in:
parent
1bd56fcae7
commit
f3074986ea
1 changed files with 4 additions and 0 deletions
|
@ -2581,7 +2581,11 @@ void BfExprEvaluator::Visit(BfErrorNode* errorNode)
|
|||
|
||||
auto autoComplete = GetAutoComplete();
|
||||
if (autoComplete != NULL)
|
||||
{
|
||||
if (auto tokenNode = BfNodeDynCast<BfTokenNode>(errorNode->mRefNode))
|
||||
return;
|
||||
autoComplete->CheckIdentifier(errorNode->mRefNode, true);
|
||||
}
|
||||
}
|
||||
|
||||
void BfExprEvaluator::Visit(BfTypeReference* typeRef)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue