개발/개발 기타
[Tip of the Day] IntelliJ : Code completion
똘똘이박사
2023. 9. 19. 08:11
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.
반응형