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

[Tip of the Day] IntelliJ : Code completion

by 똘똘이박사 2024. 3. 11.

Code completion

To quickly complete a method call of a static method located anywhere in your project, a library, or a JDK, enter a prefix and press   Ctrl   Space   twice. You can press   Alt   Enter   to import the selected method.
 

 

 

반응형