I've used vim as my editor since forever, but the last couple of weeks, I've been testing IntelliJ with IdeaVim and Camelcade (Perl5) plugins. It works really well. It doesn't allow you to run the code with the IDEs run/debug tools, but you can open up a terminal window within the IDE, and as always, you can simply run from within the vim window itself.

It does however allow you to visualize your entire project, see the structure of the open file for quick browsing through subs, variables etc, and allows "find usages" and other handy things.

There's been postings: Camelcade - Perl5 plugin for IntelliJ IDEA, v1.0 released here on PM about the Camelcade plugin which is why I gave it a shot. Works with PyCharm as well.

I won't stop using vim, but when I'm working on my larger (multi-module) projects, I'm liking the GUI IDE.


In reply to Re^2: OT: Changing Platforms between C++ and Perl in NetBeans? by stevieb
in thread OT: Changing Platforms between C++ and Perl in NetBeans? by perlynewby

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.