Quickfix "Parenthesize assignment"

Parenthesizes the assignment to indicate that it is intentional.

Checks offering this quickfixes:

de.unkrig: Inner assignment
Assignments in expressions must be parenthesized, like "a = (b = c)" or "while ((a = b))".