Ketho / vscode-wow-api

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

LibDBIcon organize and move all return & input type classes to bottom #62

Closed Wutname1 closed 1 year ago

Wutname1 commented 1 year ago

I was getting warnings on the functions if there was no return, so I put some blank returns

image

Then I moved all the return & input type classes to the bottom to try and fix the error you were seeing as noted in https://github.com/Ketho/vscode-wow-api/pull/55

Ketho commented 1 year ago

If you add ---@meta it will remove the warnings about missing function returns