Re: jde-complete-menu for JDK classes
vedm <[email protected]> Sun, 03 Dec 2006 22:05:39 -0500
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
Pedro Sa da Costa <[email protected]> writes: > I'm trying to use the jdee completion, i would like to display the java > class names before instantiating an object. > > For example: > > - I would like to write "File" in the class. But, if i've Fi<cursor > here> and i do jde-complete-menu, i've got "No completion at this > point". Is it possible to jde, display all the classes, in this case, > JDK classes, that starts with "Fi", or any other letter? How? > > Thanks, > Pedro > I don't think JDE can do this sort of completion. You can try to use dabbrev-expand (M-\) - it also doesn't do exactly this sort of completion, but sometimes helps. -- vedm