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