Re: Auto complete in java
YAMAMOTO.Taku <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
Hi. How about to use 'C-c C-v C-.' ? Details below, http://jdee.sunsite.dk/jdedoc/html/jde-ug/jde-ug-content.html#CodeCompletion 2006/3/18, [email protected] <[email protected]>: > I have the following java code > > import java.util.List; > > public class Test(){ > public Test(){ > List list = new A > } > } > > when i try to complete the sentence, i do M-/ to complete, but nothing happens. > I want that emacs shows the constructors that corresponds to List (ArrayList, > etc). Just like eclipse does when we do C-Space. > > How can i do this? > > Thanks, > Pedro >