Code Completion

Code completion in your IDE means you can focus on solving the problem at hand.

IntelliJ IDEA offers various types of code completion:

  • Basic completion
  • Smart or type-based completion ⌃⇧␣ (macOS) / Ctrl+Shift+Space (Windows/Linux) suggests the right type
  • Statement completion ⌃⇧⏎ (macOS) / Ctrl+Shift+Enter (Windows/Linux) completes the statement
  • Postfix completion allows you to keep typing forward

Related Resources

Running and Stopping a Process
Running and Stopping a Process
How to run and terminate/stop a process from your toolbar.
Reformat Your Code
Reformat Your Code
Reformat a specific piece of code or the whole file according to your preferences.
Evaluate Expression
Evaluate Expression
Evaluate an expression during a debugging session to learn more about the problem.