Instantly invert variable and property assignments (e.g., A = B becomes B = A) while preserving syntax.
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.