Skip to content

Ability to move conditions around && and || #23

Open
@boris-petrov

Description

@boris-petrov

For example in Java:

if (a && b && c != null) {
...

I would like to change a && b to b && a or b && c != null to c != null && b with Sideways.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions