The JetBrains Guide is shutting down on March 30, 2026. more...

Shortcuts

Shortcuts used in the tutorial.

This blog post includes some shortcuts, but many more were demonstrated in the video and not all them were mentioned here:

⌘] (macOS) / Ctrl+Alt+Right Arrow (Windows/Linux) to navigate back – makes it easy to navigate between all the places you’ve been while writing code and running tests

⌘[ (macOS) / Ctrl+Alt+Left Arrow (Windows/Linux) to navigate back – makes it easy to navigate between all the places you’ve been while writing code and running tests

⌘⇧T (macOS) / Ctrl+Shift+T (Windows/Linux) to navigate between test and test subject. This is explored in the Top 5 Navigation Tips (blog and video).

⌃⇧J (macOS) / Ctrl+Shift+J (Windows/Linux) to join Lines to create compiling code.

⌃⇧⏎ (macOS) / Ctrl+Shift+Enter (Windows/Linux) to complete Statement close off the brackets and statement, and it also formats the code too.

⌃⇧␣ (macOS) / Ctrl+Shift+Space (Windows/Linux) to use smart completion

Related Links