in reply to Re: Java vs Perl and Eclipse vs Emacs (serious)
in thread Perl IDE and New Foreign APIs
I've taken a look at dabbrev-expand. I think it doesn't check a foreign namespace unless you point it at the file. This is what you mean by low-level. I guess in Eclipse/Java it compiles the code continuously and autocompletes methods based on the current class or identifier at the cursor (and only them).
When you say jump to the declaration? You mean in a different buffer it opens the file that declares the symbol? I think if the buffer doesn't compile in eclipse it will only work for class names (take you to their entry in the Type Hierarchy browser window or the original source) - otherwise it can't know which member is from which class.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Java vs Perl and Eclipse vs Emacs (serious)
by chb (Deacon) on Sep 09, 2005 at 09:39 UTC |