Built in Spell Checking

IntelliJ IDEA can spell check and fix errors for you allowing you to focus on problem solving.

Use F2 (macOS) / F2 (Windows/Linux) to navigate to the next error and then use ⌥⏎ (macOS) / Alt+Enter (VS Windows/Linux), to get suggestions on how to fix the typo.


Related Resources

Close Tabs
Close Tabs
Close inactive tabs so you an focus on your current working context.
Debugging Streams
Debugging Streams
Visualize the flow of data through a Java stream.
Understanding the Debugger
Understanding the Debugger
Use the debugger to help you understand what your code is doing.