Do you have any way to align type parameters?
Answered
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 .............,> {
}
Please sign in to leave a comment.
There is no such feature.
Please vote and follow https://youtrack.jetbrains.com/issue/IDEA-193550