Code completion

Last modified: 07 March 2025

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

GoLand 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.

  • Code completion is available for custom file types. However, GoLand does not recognize the structure of such files and suggests options regardless of whether they are appropriate in the current context.