Open genius257 opened 1 year ago
The native AutoIt3 function Assign is basically an extended variable declaration statement, and should be processed as such.
It will require some extra special logic due to:
$ASSIGN_CREATE
$ASSIGN_EXISTFAIL
The flags parameter potentially being unavailable to resolve via static analysis may cause problems.
Issue first discovered here: https://github.com/genius257/vscode-autoit/issues/24#issuecomment-1445475740
The native AutoIt3 function Assign is basically an extended variable declaration statement, and should be processed as such.
It will require some extra special logic due to:
$ASSIGN_CREATE
and$ASSIGN_EXISTFAIL
The flags parameter potentially being unavailable to resolve via static analysis may cause problems.
Issue first discovered here: https://github.com/genius257/vscode-autoit/issues/24#issuecomment-1445475740