Few features nice to have Follow
Formatting:
1. It would be nice to have ability to customize formatting for get/set,
add/remove clauses. Currently they are not treated specially, so I cannot
use code formatting I used to like:
public type AccessorName
{
get {
return expr;
}
}
In this example of original code, the bracket following the get keyword is
always placed on the next line.
Suggestion: Add formatting option to specify bracket placement for get/set,
add/remove clauses.
Live templates:
1. Additional macro functions and expressions as implemented in IDEA.
Regards,
Alexandre Kozlov.
Please sign in to leave a comment.
Build 89 will come with a few additional macros. Probably we'll add some
lite templates also (e.g. for creating typed collection). If you have any
suggestions about possibly useful macros and/or templates, you're welcome.
--
Oleg Stepanov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Alexandre Kozlov" <apkbox1[at]@hotmail.com> wrote in message
news:cbl05l$9h0$1@is.intellij.net...
>
get/set,
>
>
>
>