I usually tweak my emacs to show me documentation (perldoc, hyperspec, man...) on F1 in every language I work with. I would hate it if the IDE documentation flickered everytime the cursor moves to a new symbol (I have never worked with eclipse, I actually guessed this behaviour from your description - might be terribly wrong or not as annoying as it sounds to me).

I had somewhat bad experiences with code-completion-helpers in delphi, which didn't always work reliably, which is, in my opinion, worse than having no such thing. Maybe eclipse performs better. To save typing I use dabbrev-expand in emacs. It looks just at the text in my edit buffer and doesn't try to parse the language. This is, of course, a rather low-level approach, but it has the big advantage of 'no surprises'.

If I need to find available methods in a class, emacs can always jump to its declaration with a few keystokes (via tags, cscope etc.). This even works if there is a lump of uncompileabe code before the point I'm working at. Can eclipse handle that?


In reply to Re: Java vs Perl and Eclipse vs Emacs (serious) by chb
in thread Perl IDE and New Foreign APIs by tomazos

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.