in reply to Perl IDE and New Foreign APIs
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?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Java vs Perl and Eclipse vs Emacs (serious)
by tomazos (Deacon) on Sep 09, 2005 at 09:09 UTC | |
by chb (Deacon) on Sep 09, 2005 at 09:39 UTC |