java - System.out.println() shortcut doesn't work -
i have newest eclipse version installed on laptop. when try use shortcut "syso" system.out.println()
(i click ctrl + space) 2 new windows this:
but on older laptop, when click same combinations of keyboard buttons, instantly system.out.println()
without questions on added picture.
i tried compare eclipse settings between 2 computers, there huge number of preferences configure under eclipse. open preferences -> java -> editor -> templates , found sysout, clicked edit, settings same. can me, please? many thanks, java begginer
edit: found on older laptop (and eclipse version) there no syso template, sysout, both working on new laptop same template, working sysout
please check
windows->preferences->java->editor->templates
be confirm have 1 entry syso
in template menu.
also check code written me shortcut there
system.out.println(${word_selection}${});${cursor}
Comments
Post a Comment