Page 1 of 1

LÖVE 2D API Code Completion for IntelliJ IDEA

Posted: Sun Aug 28, 2011 8:32 am
by tuldok89
I've been using this IDE called IntelliJ from JetBrains (http://www.jetbrains.com/idea/download/index.html). It has an installable Lua plugin that supports code completion through the use of API description files.

The language plugin is OK (though it's a bit rough in the edges), so I decided to whip up a quick and dirty code completion file for Love 2D. Currently, it only includes the global functions and callbacks. You can find the code here: https://github.com/tuldok89/IDLua-LOVE-2D

Comments, suggestions and patches are welcome!

Re: LÖVE 2D API Code Completion for IntelliJ IDEA

Posted: Mon Dec 03, 2012 3:38 pm
by Automata
How did you set up Love to work in IntelliJ? Or are you just coding everything in the IDE and running the code from the terminal externally?