vote up 0 vote down star
3

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?

flag

1 Answer

vote up 1 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.