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:

eclipse - 2 windows syso

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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -