Two code completion questions
Tassilo Horn <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
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.