개발/개발 기타
[Tip of the Day] IntelliJ : The Rename refactoring
똘똘이박사
2023. 7. 17. 08:32
The Rename refactoring
You can easily rename your classes, methods, and variables with automatic correction of all places where they are used.
Position the caret at the symbol you want to rename, and press Shift F6 (Refactor | Rename). Type the new name and press Enter .
반응형