LÖVE 2D API Code Completion for IntelliJ IDEA
Posted: Sun Aug 28, 2011 8:32 am
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!
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!