vscode-wow-api
vscode-wow-api copied to clipboard
(request) Add globalstrings to the Annotations folder in a Lua compatible form
Right now we have the full globalstring list for each language in the /src folder, but these files are .ts files and not immediately understandable by EmmyLua. It would be helpful to have these global strings available within the IDE during development, and it seems like it wouldn't take too much effort to expose these strings for EmmyLua to parse. Would it be possible to have a version of these globalstrings, or maybe just the english versions, put into /Annotations to be picked up by the IDE?