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 Eval function calls as a pseudo variable references #30

Open genius257 opened 1 year ago

genius257 commented 1 year ago

The native AutoIt3 function Eval is basically a dynamic variable reference. There are however less restrictions for variable naming, names like "@Magic" are accepted.

Issue first discovered here: https://github.com/genius257/vscode-autoit/issues/24#issuecomment-1445475740