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 :)
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).
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.
PyCharm does not seem to have an option to add external libraries. Which makes sense for Python.
Should I try other IDEAs aswell? I have the full palette.
Had no luck with Clion.
- IntelliJ
- PhpStorm
-
AppCode -
DataGrip -
Gogland -
MPS -
Rider -
RubyMine - WebStorm
-
PyCharm -
Clion
- Edit: Updated WebStorm @brugnara
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.