rm-code/love-IDEA-plugin

Is it possible to use this in other IDEs from Jetbrains?

CoalaJoe opened this issue · 19 comments

Title is description.

I don't know, sorry.

I'd say there is a good chance that you can use this plugin, if the lua-plugin can be installed.

I am currently using PHPStorm and PyCharm. I use the Lua-Plugin but I can't install libraries, seems like that is cust an intelliJ thing, or am I wrong?

seems like that is cust an intelliJ thing, or am I wrong?

I have only ever used IntelliJ myself so I can't say for sure, but if you have External Libraries in the file tree like in IntelliJ I'd say you should be able to install it.

If you find out, I would highly appreciate if you could maybe open a PR with short instructions how to set it up :)

Well. I can add it to the PHP runtime:
image

But it does not work.

Ok, instead of installing the whole love-IDEA-plugin repo, try installing one of the subfolders based on the LÖVE version you are using (e.g. love_0102 for the latest).

Woah. Thanks dude! Missed that one.
I also found the spot in the settings:
image

Woooo \o/ So it works now? Then I'll update the README to mention PHPStorm and PyCharm are supported too.

It fully works in PHPStorm.

You can use this images:
image

I try get PyCharm working aswell.

PyCharm does not seem to have an option to add external libraries. Which makes sense for Python.

Thanks @CoalaJoe, I'll update the README.

Should I try other IDEAs aswell? I have the full palette.

@CoalaJoe If you have the time and want to do it, sure :)

Had no luck with Clion.

  • IntelliJ
  • PhpStorm
  • AppCode
  • DataGrip
  • Gogland
  • MPS
  • Rider
  • RubyMine
  • WebStorm
  • PyCharm
  • Clion

It seems like I was lucky and PhpStorm is supported aswell. I didn't get it to work with the other ideas. The only way would be to integrate your helpers into the Lua plugin.

Thank you @CoalaJoe

@khanhmax So you are interessted in porting it to the Lua-Plugin or packaging it as a seperate plugin?