Comprehensive Perl support and/or plugin?
I notice there is syntax highlighting for perl and there is some kind of intellisense. But there does not appear to be parsing happening: I can put whatever I like in the file and no warnings or errors.
Is there anything more comprehensive available or in the works, either bundled or plugin?
Please sign in to leave a comment.
As far as I know, there is no Perl support plugin for IntelliJ IDEA, and JetBrains doesn't have any plans to develop one.
OK well straight from the authoritative source. Thanks for letting me know. The existing support is already helpful: in any case when I add perl -w it gets me the additional information necessary: that's not so bad ;)
stephenb