Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Perl plugin for IntelliJ? [closed]

What do people do when they want to write Perl in IntelliJ? I haven't seen any plugins that add language support. Does anyone have any experience writing language plugins for IntelliJ? Is it hard? Could I take an existing plugin and change it to make it support Perl? Any suggestions?

like image 511
mkoryak Avatar asked Feb 11 '09 14:02

mkoryak


2 Answers

Currently I believe there is no Perl plugin for IntelliJ.

The IntelliJ website has several tutorials on how to write plugins. They also have a special sections that is devoted to developing language plugins.

I have no idea how hard it would be, but you would definitely learn a lot.

I would guess that modifying an existing plugin would probably just create a mess, but that's just a guess.

like image 102
J.J. Avatar answered Sep 20 '22 18:09

J.J.


As per my comment above, I think it would be great if there was an IntelliJ plugin for Perl 5.

Please vote for this feature request here: http://plugins.jetbrains.com/wishlist/show?pr=&wid=368 and here: http://youtrack.jetbrains.com/issue/IDEA-109346 and we might get one.

like image 41
Ross Attrill Avatar answered Sep 20 '22 18:09

Ross Attrill