Open
Description
Single result:
func f() error {
Multiple:
func f() ([]byte, error) {
This is a very common transformation during refactoring.
Two questions:
- How do you refer to
error
? (Just need pick the right scope name.) - Does Cursorless have the infrastructure to add the round wrap after a (say)
"drink value/arg/type each"
? May interact with Support destination pseudo-scopes #1631 in that prefix/postfix might be relevant when going from 1 to many, not just 0 to 1.