At 09:03 PM 1/11/00 GMT, Morten Nedertoft wrote:
>Hello JDE-users.
>How intelligent is JDE(?):
>Is it possible to get a method-completion list if I'm writing "obj.", when
>obj is an object defined "in the scope"?
>

Yes, if you are using JDE 2.1.6beta15. Type C-c C-v C-. to complete a
partially
entered field or method. If there are multiple completions, repeating C-c
C-v C-.
will cycle through the list of completions.

Note that it is best to include import statements for every type of object you
want to complete, even those that are in the same package as the current 
source file. The completion wizard is not yet smart enough to figure out that 
the current package should also be imported.

To import any class into your source file, put the cursor anywhere in the
class
and type C-c C-v C-z.

- Paul 

Reply via email to