+1
And also on methods:
void myMethod()
{
} // end myMethod()
Kevin Shaughnessy wrote:
> A nice-to-have feature would be the ability to
> automatically generate comments on closing braces. For
> example, given this code fragment:
>
> while ( condition )
> {
> if ( another condition )
> {
>
> }
> else
> {
>
> }
> }
>
> it would be nice to be able to have Idea generate the
> following:
>
> while ( condition )
> {
> if ( another condition )
> {
>
> } //end if
> else
> {
>
> } //end else
> } //end while
>
> Perhaps this could be an option on the Layout Code
> dialog. I know that I can place the cursor outside the
> closing brace and Idea will identify the opening
> brace, but having the comments eliminates the need to
> have to move the cursor and makes it easier to
> visualize the code structure, especially while
> scrolling or on a hard copy.
>
> __________________________________________________
> Do You Yahoo!?
> Everything you'll ever need on one web page
> from News and Sport to Email and Music Charts
> http://uk.my.yahoo.com
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features