Skip to content

Commit

Permalink
[vscode] Find references on lhs of dot.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Apr 23, 2024
1 parent 236845f commit fea3ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SymbolReferenceVisitor.fu
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ public abstract class FuSymbolReferenceVisitor : FuVisitor

internal override void VisitSymbolReference!(FuSymbolReference expr, FuPriority parent)
{
VisitOptionalStatement(expr.Left);
VisitReference(expr, expr.Symbol);
}

Expand Down

0 comments on commit fea3ccd

Please sign in to comment.