GoLand
 
Get GoLand
Because GoLand 2025.1 is still in development, this documentation may not be entirely accurate and is subject to change.

Code completion

Last modified: 26 February 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.