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
Comments
Post a Comment