Skip to content

Add filetype specific mapping to print the value of a variable #4

@pgdouyon

Description

@pgdouyon

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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions