Top => IntelliJ on Windows/Linux
Key sequences to practice
- (Alt + Down Arrow) - Move forward to the next method
- (Alt + Up Arrow) - Move backward to the previous method
Keystrokes without explanations
- Open the Java source file, LongConditional.java.
- Repeat the following keyboard inputs until the sequence becomes fluid.
hold (Alt)
(Down Arrow)
(Down Arrow)
(Down Arrow)
holt (Alt)
(Up Arrow)
(Up Arrow)
(Up Arrow)
Steps with explanations
- Open the Java source file, LongConditional.java.
- Press (Alt), pressing (Down Arrow) repeatedly while holding down (Alt), to skip forward through the text one method at a time.
- Press (Alt), pressing (Up Arrow) repeatedly while holding down (Alt), to skip backward through the text one method at a time.
- Repeat until bored.