love-IDEA-plugin icon indicating copy to clipboard operation
love-IDEA-plugin copied to clipboard

A LÖVE-Plugin for IntelliJ IDEA and PHPStorm. (Looking for new maintainer!)

Results 7 love-IDEA-plugin issues
Sort by recently updated
recently updated
newest added

Any chance there will be support for the latest version of LOVE? [https://love2d.org/wiki/11.4](url)

The Lua Plugin this Plugin depends on [lua-for-idea](https://bitbucket.org/sylvanaar2/lua-for-idea/wiki/Home) is no longer available. Is it still possible to use this plugin and if so, how do you install it?

Any chance of supporting [Love 11.3](https://love2d.org/wiki/11.3)?

I just try to use rename (Shift + F6) within file to rename a variable inside a table and I get this fatal error: ``` java.lang.UnsupportedOperationException at com.sylvanaar.idea.Lua.lang.psi.impl.symbols.LuaFieldIdentifierImpl$1.handleElementRename(LuaFieldIdentifierImpl.java:249) at com.intellij.refactoring.rename.RenameUtil.rename(RenameUtil.java:267)...

I configured my IDEA to debug lua scripts. Does any one know a fix for: ![image](https://cloud.githubusercontent.com/assets/5689499/23984021/828efac6-0a17-11e7-98f4-f8b40d8ec47e.png)

Not really an issue, but maybe you should point this out to new Idea users. To be able to run love applications from the IDE you can select "Edit Configurations..."...

I have the Lua module installed ok and all the code seems to be highlighted but when I type 'love.' there is no autocomplete, only inferred options appear of which...