Why sysout won't work?

前端 未结 15 1037
死守一世寂寞
死守一世寂寞 2020-12-30 10:44

I checked the preferences settings in my Eclipse, it\'s all set to default with sysout option on, but when I typed sysout in eclipse, it won\'t automatically go into S

相关标签:
15条回答
  • 2020-12-30 11:36

    In recent version of Mac (10.14.1) , Mac OS Settings --> Keyboard --> Shortcuts(tab) --> Input sources.

    uncheck the setting ctrl +Space.

    Now go to Eclipse IDE and it should work.

    0 讨论(0)
  • 2020-12-30 11:37
    Eclipse Shortcuts:
    
    Syso + Control + Space:     Puts System.out.println()
    Alt + Shift + R:            Rename
    Control + F11:              Run
    ALT + Up/Down:              move the current line (or lines selected) in the editor up or down 
    Control + Shift + O:        Import
    Control + I:                Indent
    Control + D:                Delete Line
    Control + H:                Search Your Entire Project
    
    0 讨论(0)
  • 2020-12-30 11:39

    Is there anyway to modify the keyboard shortcuts in eclipse? here you can find out how to make a custom shortcut Window -> Preferences -> General -> Keys

    edit: here is a video tutorial http://eclipseone.wordpress.com/2010/02/03/how-to-manage-keyboard-shortcuts-in-eclipse/

    0 讨论(0)
提交回复
热议问题