cursorless
cursorless copied to clipboard
Add way to target the value of a lambda function
In lambda function such as the following:
() => "whatever";
We'd like to be able to target the right hand side, eg "whatever". We'd like to use one of the following:
"value""inside"