In days past I would just suck it up and use vim or similar, which is fine for smaller projects or quick scripting. This time I will be undertaking a larger project and I'd really like the convenience of a feature-rich IDE.

I'd reconsider vim. Not to start a timeless argument, lol, but I use (g)vim and eclipse for development in a bunch of languages including perl. IMO, the editing features in eclipse are between non-existent and pathetic -- it's just cut n' paste; you might as well be working in notepad. I think people who have not had much experience with software like vim don't recognize this. Note that most of the useful eclipse/IDE features -- autocompletion, subrountine indexing -- are available as plugins for vim and, at least WRT to perl, work better.

Sigh. I sound like a rabid fan. But honestly, don't right vim off for this; it is hard to learn, but very much worthwhile in the end.


In reply to Re: IDE for Remote Coding/Testing by halfcountplus
in thread IDE for Remote Coding/Testing by temporal

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.