I thought Eclipse was great for Java, but so far I haven't been to happy with it for anything else. For Perl development (and PHP, when forced to touch that stuff) I use, as you mentioned, vim with an assortment of command line utilities (mainly sed, grep, and awk).

So far I haven't found a compelling reason to try an IDE, so I don't know if there's any great new features I'm missing. I'm betting the IDEs have features that will do everything I need, but I just don't want to take the time to learn how to use them. Plus there's the advantage of being able to log on to any Unix/Linux machine anywhere and be able to start developing without worrying about getting your preferred tool installed, or learning to use an alternate.

I would like to find a nice VisualStudio.net style IDE with a Drag'n'drop GUI creator (for Perl or Java, or any language for that matter), but I haven't yet. But, as I'm writing this, I have ZooZ installing, so hopefully that'll work well.

EDIT: ZooZ is pretty awesome :)


In reply to Re: Is this a useful perl IDE I see before me ? by eighty-one
in thread Is this a useful perl IDE I see before me ? by Bloodnok

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.