Intellij-SumnekoLua
Intellij-SumnekoLua copied to clipboard
Does this support LuaLS Addons?
Hi, I love to see that this is a thing now and have been looking at switching back to IntelliJ for Lua development, but I do use an addon from https://github.com/LuaLS/LLS-Addons -- is this something that you have any way of supporting?
Essentially, addons plugins are just pointing to a specific library through configuration. You can achieve the same purpose by configuring .luarc.json.
Thank you for the quick reply! I am not super familiar with that, but I can get familiarized with it.