mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Better handling of autocomplete with tokens
This commit is contained in:
parent
74f3ef4e43
commit
e16e4613b6
14 changed files with 108 additions and 65 deletions
|
@ -125,6 +125,11 @@ void BfElementVisitor::Visit(BfLabelableStatement* labelableStmt)
|
|||
}
|
||||
}
|
||||
|
||||
void BfElementVisitor::Visit(BfErrorNode* bfErrorNode)
|
||||
{
|
||||
Visit(bfErrorNode->mRefNode);
|
||||
}
|
||||
|
||||
void BfElementVisitor::Visit(BfScopeNode* scopeNode)
|
||||
{
|
||||
Visit(scopeNode->ToBase());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue