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

Presentation Mode
Presentation Mode
Enter and Exit Presentation Mode using the Quick Switch Scheme.
Delete file on rollback
Delete file on rollback
Delete unwanted files when doing a rollback.
Shortcuts and Abbreviations
Shortcuts and Abbreviations
Using shortcuts and abbreviations to speed up your navigation in your IDE.