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: |