+1

> +1 to that!
>
> Thomas Singer wrote:
>
> > Yes, this sounds useful.
> >
> > I can imagine following behaviour. You have a method
> >
> >   public boolean containsName(String name)
> >   {
> >   }
> >
> > If you start typing the /** before the method and hit <Enter>, IDEA
could
> > complete it to:
> >
> >   /**
> >    * |
> >    * @param name
> >    * @return
> >    */
> >   public boolean containsName(String name)
> >   {
> >   }
> >
> > For the future:
> > If you rename the parameter "name" to "foo", than the @param should be
> > adjusted, too. I even believe, that this need not to become an option.
It
> > makes sense, to always rename the @param entry.



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

Reply via email to