Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Change sysout back to syso?(Change Key Bindings in Content Assist)
Change sysout back to syso? [message #1741828] Tue, 30 August 2016 01:11 Go to next message
Andrew Stearns is currently offline Andrew StearnsFriend
Messages: 4
Registered: August 2016
Junior Member
I have recently switched from Eclipse Luna to Eclipse Neon and would like to keep the "syso" shortcut, but it has been changed to "sysout." Is there any way to change this back?
Re: Change sysout back to syso? [message #1741903 is a reply to message #1741828] Tue, 30 August 2016 14:13 Go to previous messageGo to next message
Noopur Gupta is currently offline Noopur GuptaFriend
Messages: 58
Registered: December 2012
Member
The template name was always "sysout". You can just type "syso" and press ctrl+space to complete the insertion if there is no other proposal having "syso" in your content assist popup.
Re: Change sysout back to syso? [message #1741921 is a reply to message #1741903] Tue, 30 August 2016 15:00 Go to previous messageGo to next message
Andrew Stearns is currently offline Andrew StearnsFriend
Messages: 4
Registered: August 2016
Junior Member
But typing "syso" and hitting Ctrl+Space doesn't autocomplete the statement. It simply switches between template proposals. It only autocompletes when "sysout" is typed then hit Ctrl+Space.
Re: Change sysout back to syso? [message #1742130 is a reply to message #1741921] Wed, 31 August 2016 15:48 Go to previous messageGo to next message
Noopur Gupta is currently offline Noopur GuptaFriend
Messages: 58
Registered: December 2012
Member
When you type "syso" and press Ctrl+space, do you get more than one proposal in the popup?
If not, go to Preferences > Java > Editor > Content Assist. Make sure that the checkbox "Insert single proposals automatically" is checked.
Re: Change sysout back to syso? [message #1742145 is a reply to message #1742130] Wed, 31 August 2016 18:15 Go to previous messageGo to next message
Andrew Stearns is currently offline Andrew StearnsFriend
Messages: 4
Registered: August 2016
Junior Member
This is the proposal that pops up. It's fine for now because I can still hit enter and it will spit out System.out.println(); but if I typed sysout and hit Ctrl+Space; then it would skip the proposals box and spit it out directly.
  • Attachment: syso.png
    (Size: 16.00KB, Downloaded 353 times)
Re: Change sysout back to syso? [message #1742317 is a reply to message #1742145] Thu, 01 September 2016 18:39 Go to previous message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
As Noopur hinted at, the proposal popup can only be skipped if only a single proposal was found. Since you now actually have 5 options, confirmation which of these you want is needed.

[Updated on: Thu, 01 September 2016 18:40]

Report message to a moderator

Previous Topic:Neon: Can Editor Breadcrumbs be Disabled?
Next Topic:How to fix unsupported major.minor 52.0
Goto Forum:
  


Current Time: Thu Mar 28 11:43:54 GMT 2024

Powered by FUDForum. Page generated in 0.02661 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top