mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Improved lambda param name autocomplete triggering
This commit is contained in:
parent
4456bc0540
commit
82e06c4582
1 changed files with 1 additions and 1 deletions
|
@ -14036,7 +14036,7 @@ BfLambdaInstance* BfExprEvaluator::GetLambdaInstance(BfLambdaBindExpression* lam
|
|||
if (autoComplete->IsAutocompleteNode(lambdaBindExpr, lambdaBindExpr->mFatArrowToken))
|
||||
isAutocompleteNode = true;
|
||||
}
|
||||
else if (autoComplete->IsAutocompleteNode(lambdaBindExpr, lambdaBindExpr->mCloseParen))
|
||||
else if (autoComplete->IsAutocompleteNode(lambdaBindExpr))
|
||||
isAutocompleteNode = true;
|
||||
|
||||
if (isAutocompleteNode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue