MMOMinion
LUA IDE? - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90)
+---- Forum: I Need Help with LUA coding! (https://www.mmominion.com/forumdisplay.php?fid=104)
+---- Thread: LUA IDE? (/showthread.php?tid=4545)



LUA IDE? - Exmortem - 10-27-2013

Hi guys,

I'm new to programming, i've really only ever used C# on visual studio and my favorite feature is the intellisense. I was wondering what kind of environment you guys use to make plugins for FFXIV Minion, is it possible to get an IDE which uses intellisense with the mmominion API?


RE: LUA IDE? - z0mg - 10-27-2013

As good as none. Just use Notepad++, with Sourcecookifier enabled for Lua (shows functions in a list to scroll through a file quickly).

You will get used to the API in no time, especially since it's rather persistent in style.