The idea being that you could place your cursor over a variable, and after executing the mapping transform it from: ``` doSomething(myVariable) ``` to ``` print("The value of myVariable is: " + myVariable) doSomething(myVariable) ```