Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 919 Bytes

ij-win-lin-navigate-through-methods.md

File metadata and controls

34 lines (25 loc) · 919 Bytes

Top => IntelliJ on Windows/Linux

JetBrains IntelliJ IDEA on Windows/Linux

Kata: Navigate through methods

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

  1. Open the Java source file, LongConditional.java.
  2. Press (Alt), pressing (Down Arrow) repeatedly while holding down (Alt), to skip forward through the text one method at a time.
  3. Press (Alt), pressing (Up Arrow) repeatedly while holding down (Alt), to skip backward through the text one method at a time.
  4. Repeat until bored.