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

Presenting with IntelliJ IDEA.
Presenting with IntelliJ IDEA.
Tips & tricks to level up your presentation skills with IntelliJ IDEA.
Setting an abbreviation
Setting an abbreviation
Use a unique abbreviation to quickly navigate to the Gradle tool window.
Presentation Mode
Presentation Mode
Enter and Exit Presentation Mode using the Quick Switch Scheme.