Code Completion

Code Completion Overview

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

Evaluate Expression
Evaluate an expression during a debugging session
Magic Wand
Use the Magic Wand to Resolve Simple Conflicts
Open File
Open a file from the Project tool window