MMOMinion

Full Version: LUA IDE?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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.