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

[Tip of the Day] IntelliJ

by 똘똘이박사 2023. 6. 23.

Code completion
When using code completion, you can accept the currently highlighted selection in the popup list by pressing   Tab  .
Unlike accepting with   Enter  , the selected name will overwrite the rest of the name to the right of the caret. This can be especially useful for replacing one method or variable name with another. 

 

반응형

'개발 > 개발 기타' 카테고리의 다른 글

[Tip of the day] IntelliJ  (0) 2023.06.28
[Tip of the Day] IntelliJ  (0) 2023.06.27
[Tip of the Day] IntelliJ  (0) 2023.06.22
[Tip of the Day] IntelliJ  (0) 2023.06.21
[Tip of the Day] IntelliJ  (0) 2023.06.20