Code Style|Work In Progress
Please consider different settings for "extends" and "implements". For
example we write the extends on the same line, but implements on the
next line, e.g.:
public class MyClass extends MySuperClass
implements MyInterface {
}
Thanks,
Tom
请先登录再写评论。
Thomas Singer wrote:
You don't line the implements up with the extends?
Jon
No, it's just indented.
Tom
Thomas Singer wrote:
If they are going to add this capability, I'd want the option to line up
the extends and implements.
Jon