개발/개발 기타
[Tip of the Day] IntelliJ
똘똘이박사
2023. 7. 7. 09:22
Expand code selection
Press Ctrl W to expand code selection. Each time you press Ctrl W , the selection expands to other areas of code.
For example, the selection expands from a method name to the expression calling this method, then to the whole statement, then to the containing block, and so on.

반응형