java - How to edit syso or add a custom System.out.println(); in Eclipse? -


so use mac eclipse , know there shortcut type system.out.println(); using syso ctrl+space, wondering if there way can change or add own shortcut typing sysout , not have press ctrl+space, instead pressing space after sysout.

preferences > general > editor > keys

  • in column "command" search "content assist", select it
  • below in "binding" erase content (ctrl+space), , press space
  • press ok
  • done

see image, easy


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -