Do you have any way to align type parameters?
已回答
With following class,
public class Some<T extends ............., U extends ............., V extends ............., W extends .............,> {
}
Can I align like this?
public class Some<T extends .............,
U extends .............,
V extends .............,
W extends .............,> {
}
请先登录再写评论。
There is no such feature.
Please vote and follow https://youtrack.jetbrains.com/issue/IDEA-193550