Code completion

Last modified: 07 March 2025

Basic code completion helps you complete the names of classes, methods, and keywords within the visibility scope.

PhpStorm analyzes the context and suggests the choices that are reachable from the current caret position. Suggestions also include Live templates. Completion is available for a non-English keyboard layout.

  • Invoking code completion for the second time shows inaccessible classes and members (these can be made public by applying an intention action).

    Basic Code Completion Static Methods