IntelliJ-Luanalysis icon indicating copy to clipboard operation
IntelliJ-Luanalysis copied to clipboard

Support for World of Warcraft's LUA Environment

Open CDAGaming opened this issue 3 years ago • 0 comments

For Wow's Lua environment, I had been using EmmyLua using the guide at https://github.com/Ellypse/IntelliJ-IDEA-Lua-IDE-WoW-API/wiki (Which involved adding the other sourcesets to the Lua SDK as shown below). However, in moving to Luanalysis, I have notice the following issues:

image image

Some of the issues in the images are due to the fact that it's opting to use it's inner std functions from this plugin, rather then the sdk contents (For example, It's showing table.wipe as non-existent even when it is present in Wow's LUA data)

Another issue is that methods defined with the self namespace, do not show their documentation either, unless they are in the same file.

CDAGaming avatar Jul 29 '21 16:07 CDAGaming