genius257 / vscode-autoit

AutoIt language extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=genius257.autoit
MIT License
4 stars 3 forks source link

Process Assign function calls as a pseudo variable declaration statements #26

Open genius257 opened 1 year ago

genius257 commented 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:

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