cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

Add way to target the value of a lambda function

Open pokey opened this issue 3 years ago • 0 comments

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"

pokey avatar Jun 11 '22 17:06 pokey