본문 바로가기
개발/개발 기타

[Tip of the Day] IntelliJ : Create code constructs with completion

by 똘똘이박사 2023. 10. 4.

Create code constructs with completion

You can create code constructs using statement completion. Start typing a method declaration, a method call or a statement such as   if  ,   do -while  ,   try -catch  , or   return  . Press   Ctrl   Shift   Enter   to complete the statement into a syntactically correct construct.
 

 

반응형