Page 1 of 1
Notepad++ Autocomplete XML
Posted: 19 Jun 2016, 03:27
by PicassoCT
https://github.com/PicassoCT/SpringLuaM ... spring.xml
Fell sort of from the waggon when trying to autogenerate a mockup api
Re: Notepad++ Autocomplete XML
Posted: 20 Jun 2016, 02:51
by Forboding Angel
Wow this is super cool! Is this all callins synced/unsynced?
Re: Notepad++ Autocomplete XML
Posted: 20 Jun 2016, 08:34
by PicassoCT
yes - the returned data and type is missing though
also not sure if the api converter missed out on some
feel free to add
Re: Notepad++ Autocomplete XML
Posted: 06 Feb 2018, 15:41
by MaDDoX
How to setup Spring autocomplete in IntelliJ IDEA (community or Pro):
Download the zip and extract the SDK folder from:
https://github.com/PicassoCT/SpringLuaMoccacino
Within IntelliJ, go to settings, install or make sure the EmmyLua plugin active
Project > External Libraries > <LuaJ> >
RMB > Open Library Settings
Click [+] (bottom left) -> Add Mocaccino SDK folder
Apply -> Ok
Profit!
Re: Notepad++ Autocomplete XML
Posted: 06 Feb 2018, 19:41
by jamerlan
Is EmmyLua better than "Lua" plugin? (for Intellij Idea)
https://plugins.jetbrains.com/plugin/5055-lua
Re: Notepad++ Autocomplete XML
Posted: 06 Feb 2018, 19:49
by MaDDoX
@jamerlan no luck making mocaccino running with the older/more mature 'Lua' plugin. Not sure if I missed something. Anyways, it's nice to install the lua plugin first so IntelliJ also finds/autocompletes the lua standard libraries. Then you disable it and enables EmmyLua.
Again, you can probably do that by installing lua separately and pointing to its libs, I just found this way easier / more straightforward.
Re: Notepad++ Autocomplete XML
Posted: 01 Jan 2024, 00:01
by MaDDoX
With IntelliJ's latest version, install the EmmyLua plugin, set language level to 5.1 and add mocaccino/SDK to 'Additional Sources Root':