Skip to content
| Marketplace
Sign in
Visual Studio>Tools>AllocationChanger
AllocationChanger

AllocationChanger

Stefan Hechler

|
214 installs
| (0) | Free
AllocationChanger is an extension to change allocations of variables. For example: Control.Propertie = Record.Value; // Select this code and swap it!
Download

For more Details got to following page: https://xevelopy.github.io/AllocationChanger/

AllocationChanger is an extension to change allocations of variables.

This Tool searches for all ";" in your editor selection and split those for a line.

A line is now splitted by following char: "="

The two remaining parts are know swaped like following pattern: "{0} = {1};".

{0} = part[1]

{1} = part[0]

The project is licensed under the MIT-License.

For example:
Control.Propertie = Record.Value; // Select this code
// Now click "Edit -> Change Allocation"
// Result:
Record.Value = Control.Propertie;

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft