Ketho / vscode-wow-api

VS Code extension for World of Warcraft AddOns
https://marketplace.visualstudio.com/items?itemName=ketho.wow-api
MIT License
143 stars 31 forks source link

Add AceGUI #43

Closed Oppzippy closed 2 years ago

Oppzippy commented 2 years ago

As far as I can tell, there's no way of applying a prefix to the name of a generic for the return type, so I wasn't able to figure out any way of getting AceGUI:Create to return the proper widget type. It would need to prefix the first parameter with AceGUI and use that as the return type. Type definitions are included for all widgets for manual type casting.