As Mike Aizatsky has already pointed out, IntelliJ does some pretty smart
completion in its javadocs.
Examples:
{@link #x| } <CTRL-Space> will bring up alist of all methods in the current
class beginning with 'x'
{@link Foo#x| } <CTRL-Space> will bring up alist of all methods in the
class 'Foo' beginning with 'x'
{@link Foo.InnerClass#x| } <CTRL-Space> will bring up alist of all methods
in the inner class 'InnerClass' inside 'Foo' beginning with 'x'
@param <CTRL-Space> will bring up a list of all the parameter names
@see X<CTRL-Space> will bring up a list of all classes beginning with 'X'
(plus all the # examples that work inside a {@link } tag
@throws X<CTRL-Space> will bring up a list of all classes beginning with
'X'
I hope it's not too rude for me to suggest that people requesting features
or raising bugs on the EAP lists should make a habit of using the latest
EAP build.
BTW, -1 for code-completion in strings.
In the majority of cases, I've found the need for code completion in
strings can be solved by employing a template similar to the "soutv"
template that comes with IntelliJ (it's in the "Output" group).
I'd like a lot of other things I've seen on this list to be higher priority
than having code-completion absolutely everywhere in the editor space.
Graham Lea
--
Software Engineer
Forge Research Pty Ltd
Suite 116, Bay 9, Locomotive Workshop
Australian Technology Park, Cornwallis Street
Eveleigh NSW 1430 Australia
Phone: +61 2 9209 4152 Fax: +61 2 9209 4172
www.forge.com.au
----------------------------------------------------------------------
This message contains privileged and confidential information intended
only for the use of the addressee named above. If you are not the
intended recipient of this message you must not disseminate, copy or
take any action in reliance on it. If you have received this message
in error please notify the sender immediately. Any views expressed in
this message are those of the individual sender, except where the
sender specifically states them to be the views of another (including
a Body Corporate).
----------------------------------------------------------------------
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features