Setting auto complete shortcuts in Eclipse

后端 未结 2 1017
后悔当初
后悔当初 2020-12-14 18:13

When programming Java in Eclipse, I can type syso and press control+space to auto-complete this and get System.out.println();. I was wondering if t

相关标签:
2条回答
  • 2020-12-14 18:40

    You can do this here: Window -> Preferences -> Java -> Editor -> Templates. You can also add a Template View, which you find at Window -> Show View -> Other -> Search for Templates.

    0 讨论(0)
  • 2020-12-14 18:52

    This feature is called Code Templates

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