처음 만나는 클라우드 보안

[JAVA] 자주 사용하는 단축키 정리: IntelliJ & Eclipse 본문

JAVA

[JAVA] 자주 사용하는 단축키 정리: IntelliJ & Eclipse

영민하게 2022. 6. 19. 18:58
반응형

 

  IntelliJ Eclipse
public static void main(String[] args) 'main' + tab 'main' + ctrl + space
system.println.out  'sout'+ tab   'syso' + ctrl + space / 'sysp' + ctrl + space

 

 

참고자료

java - What is the Eclipse shortcut for "public static void main(String args[])"? - Stack Overflow

 

What is the Eclipse shortcut for "public static void main(String args[])"?

I know a cool shortcut for System.out.println(): sysout Ctrl + Space. Is there something similar for public static void main(String args[])?

stackoverflow.com

 

반응형
Comments