Closed genius257 closed 5 days ago
The problem seems to be with the parser. Currently the variable declared in a ForStatement
is parsed as a normal VariableIdentifier
, instead as the expected VariableDeclaration
.
Fixed via 08d28d2616a56f4710dfa71da85af4579ec8daae
Currently
$item
will not work for declaration lookup or completion suggestions.