And please do not do it like in the XML completion. Having to type the
package path of the class almost defeat the purpose. The class name
completion available in java code is needed in javadoc and XML with the same
Ctrl-Alt-Space.
Right now I sometimes use Ctrl-N to get to the class and copy&paste package
and class name because it is faster!

"Anders Engstr�m" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I second this!
>
> 1+
>
> Also - if the method-javadoc could autocomplete method parameters and
> exception this whould be lovely. Perhaps even a live template that set's
> up the basic javadoc for a method:
>
> /**
>  * <insert text here>
>  * @param param1 <insert here>
>  * @param param2 <insert here>
>  * @return <insert here>
>  * @exception ExceptionClass1 <insert here>
>  * @exception ExceptionClass1 <insert here>
>  */
>  public String doSomething(int param1, Object param2)
>    throws
> ExceptionClass1, ExceptionClass2 { ... }
>
> //Anders
>
> In article <[EMAIL PROTECTED]>,
Paul Ruane wrote:
> >
> > Would it be possible to insert class names (or just the current class
name) on ctrl-space when editting Javadocs?
> >
> > Cheers,
> > Paul.
> >
> >
> > --
> >
> > This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.
> >
> >
>
>
> --
> /**
>  * Anders Engstr�m, [EMAIL PROTECTED]
>  * -------------------------------------
>  * Your mind is like an umbrella.
>  * It doesn't work unless you open it.
>  *    /Frank Zappa
>  */


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to