상세 컨텐츠

본문 제목

[Tip of the Day] IntelliJ : Extract Variable refactoring

개발/개발 기타

by 똘똘이박사 2023. 8. 16. 08:46

본문

Extract Variable refactoring

The Extract Variable refactoring wraps a selected expression into a variable. It adds a new variable declaration and uses the expression as an initializer. Select an expression and press   Ctrl   Alt   V   (Refactor | Extract/Introduce | Variable).
 

 

반응형

관련글 더보기