Assignment Flipper

Instantly invert variable and property assignments (e.g., A = B becomes B = A) while preserving syntax.

What is the Assignment Flipper?

When refactoring code or creating mapping blocks between objects, DTOs, and view models, manually swapping variable assignments line by line is tedious. This utility parses each line, intelligently detects assignment operators while ignoring comparisons, and flips the left and right sides instantly.

Simple tool designed for my own use, but free for anyone to use.

Features: