rm-code / love-IDEA-plugin

A LÖVE-Plugin for IntelliJ IDEA and PHPStorm. (Looking for new maintainer!)
The Unlicense
59 stars 18 forks source link

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

Closed CoalaJoe closed 7 years ago

CoalaJoe commented 7 years ago

Title is description.

rm-code commented 7 years ago

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.

CoalaJoe commented 7 years ago

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?

rm-code commented 7 years ago

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 :)

CoalaJoe commented 7 years ago

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

But it does not work.

rm-code commented 7 years ago

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).

CoalaJoe commented 7 years ago

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

rm-code commented 7 years ago

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

CoalaJoe commented 7 years ago

It fully works in PHPStorm.

CoalaJoe commented 7 years ago

You can use this images: image

I try get PyCharm working aswell.

CoalaJoe commented 7 years ago

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

rm-code commented 7 years ago

Thanks @CoalaJoe, I'll update the README.

CoalaJoe commented 7 years ago

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

rm-code commented 7 years ago

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

CoalaJoe commented 7 years ago

Had no luck with Clion.

CoalaJoe commented 7 years ago
CoalaJoe commented 7 years ago

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.

rm-code commented 7 years ago

Thank you @CoalaJoe

khanhmax commented 7 years ago

sorry I am not the owner of LOVE-IDE-PLUGIN and I am not tried yet. I fork it from here https://github.com/rm-code/love-IDEA-plugin.

2017-03-15 21:08 GMT+08:00 Robert Machmer notifications@github.com:

Thank you @CoalaJoe https://github.com/CoalaJoe

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rm-code/love-IDEA-plugin/issues/5#issuecomment-286735832, or mute the thread https://github.com/notifications/unsubscribe-auth/AToeBj93geeIiTNcnf3RYztMIE3IIhwwks5rl-LXgaJpZM4MaRsp .

CoalaJoe commented 7 years ago

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