IntelliJ Tips and Tricks
Right click on the variable --> Toggle field watchpoint.
A watchpoint will pause the program execution whenever the value of that field changes, allowing you to see exactly when, where, and how the value is being modified.Matching Brace —> Ctrl + Shift + M
Move up to the next method (Alt + up arrow)
Move down to the next method (Alt + down arrow)