RE: Two code completion questions
"Paul Kinnucan" <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <DB873318D1A41648BEAC4B5AAB63B3E10DE9B981@MESSAGE-AH.ad.mathworks.com> |
Hi Tassilo, I'm not sure but setting jde-import-excluded-classes to exclude the classes you don't want may work. I will look into the possibility of enhancing completion to work as you suggest. Paul > -----Original Message----- > From: news [mailto:[email protected]] On Behalf Of Tassilo Horn > Sent: Friday, May 26, 2006 7:21 AM > To: [email protected] > Subject: Two code completion questions > > Hi all, > > I really love JDEE (version 2.3.5.1), in fact I left Eclipse because of > it. > > I use `C-c C-v C-.' for menu based auto-completion, which is really a > blessing. But there are two minor things which are not optimal (for me): > > 1) Sometimes after invoking `C-c C-v C-.' a new window pops up and asks > if I want to import some packages. How can I disable this feature? I > want completion only based on my current imports. > > 2) The when choosing a method with parameters from the completion menu, > something like > > foobar(int, String, double)# // # is the point > > is inserted. Is it possible to get an insertion like > > foobar(#, , ) // again # is the point > > with the types displayed in the echo area? (Here, the display of the > types is not as important than the placing of the point). > > Kind regards, > Tassilo > -- > My opinions may have changed, but not the fact that I am right.