run_selected_arguments
runs selected code, ignoring the comma.
It normally is used to set the default arguments of a function where the arguments are separated by comma.
Useful for testing function with different arguments.
I suggest binding this addin with shortcut Alt+R
run_selected_arguments()
run_all_to_cursor