sandblocks icon indicating copy to clipboard operation
sandblocks copied to clipboard

Brainstorming keyboard shortcuts conveniences

Open LinqLover opened this issue 2 years ago • 3 comments

  • Handle Cmd + Home and Cmd + End

  • Cmd + N: Browse senders of binding

  • #( should create literal array rather than symbol

  • insert block content after last block argument (currently inserts a new block arg instead): image

  • cannot insert a valid selector string inside the declaration of an empty st method

  • delete at the beginning of a block could remove the outer block, e.g., a return caret: image

  • pressing [ at the end of a selector should wrap the empty argument into a block (not the receiver of the message): image

  • Cmd + Shift + 🔼/🔽 to swap statements?

  • Space at the end of a method signature's argument could insert a new argument

    image

LinqLover avatar Jan 05 '22 15:01 LinqLover