View Single Post
07/21/19, 08:07 AM   #48
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
https://www.esoui.com/downloads/info...Luaplugin.html

Due to the non compatible version of silvanaar with the most up2date IntelliJ Community version 19.1 I had to switch to EmmyLua plugin.
It is working but the auto complete and CTRL+click on functions and variables sometimes does not work properly anymore
If anyone got a fix or hint how to het this to work reliably again, I'd be really glad to know it.
Thank you.

Edit:
Due to whatever settings my normal build in LUA plugin for IntelliJ was not updated to the newest version and always shown as not compatible.
I have disabled and chanegd a lot of settings until I saw the "Update" button and now it's up2date again (LUA IntelliJ plugin, version 1.0.117).
Now the CTRL+left click to jump to the declaration works again, but not for the classes like EVENT_MANAGER anymore (mooooh!).
So I reinstaleld EmmyLUA and enabled it, and now the CTRL+CLICK does not work at all anymore. So build in IntelliJ "silvanaar" lua plugins support at least half of the jumpings... And CTRL+SPACE seems to be working with EmmyLUA as well for most of the stuff.
It used to work for all of them though, too bad.

As EmmyLUA seems to be the only working CTRL+SPACE autocomplete lua plugin which is comaptible with the generated ESOUI lua files I'll keep usign this for the moment. Build in "sylvanaar" Lua plugin just works for CTRL+left click for variables in the same files. It's not even jumping to the declaration if it was declared in another file (like it was in the past). But EmmyLUA enither does nro did this in the past (too bad).
Hopefully they will fix this. I'll try to raise a bug for the sylvanaar plugin: https://bitbucket.org/sylvanaar2/lua...ew&status=open

Edit2:
Seems this bug is already known since 2018 but no solved or worked on yet :-(
https://bitbucket.org/sylvanaar2/lua...on-cross-files

Last edited by Baertram : 12/31/20 at 02:39 PM.
  Reply With Quote