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

Send error diagnostic for undefined function references #33

Open genius257 opened 1 year ago

genius257 commented 1 year ago

An error diagnostic should be sent to the client, when a non existing function is being referenced. In vscode diagnostics are shown in the problems tab.