I would like to be able to assign a builder for formatting (default key in Eclipse would be Cmd+Shift+F).

references
  reference _      : editor-resolve
  hover _          : editor-hover

views
  outline view     : editor-outline

editor transforms
  formatter        : editor-format
  organize imports : editor-organize-imports

Or maybe a more general approach to have various editor-transforms under various key binds:

references
  reference _ : editor-resolve
  hover _     : editor-hover

views
  outline view: editor-outline

key binds
  editor-format           : Cmd + Shift + F
  editor-organize-imports : Cmd + Shift + O

However this is kind of weird, because it is editor/OS specific.

Submitted by Daco Harkes on 20 October 2016 at 14:18

On 14 February 2017 at 13:08 Gabriël Konat tagged editor

On 14 February 2017 at 13:09 Gabriël Konat tagged keyboard-shortcut

Log in to post comments