Smart Code Completion

Let code completion help you out in GoLand.

Smart code completion narrows down the matches to quickly give you a list of useful values.

Smart Code Completion gives you a list of the most relevant symbols that are applicable in the current context.

Press ⌃⇧␣ (macOS) / Ctrl+Shift+Space (Windows/Linux).


Related Resources

Code vision
Code vision
Focus on your code while getting additional information about it.
Handle Go Errors by Using a Postfix Completion
Handle Go Errors by Using a Postfix Completion
Keep writing code as you would and use the postfix completion to generate the boilerplate.
Better Time Format in Completion
Better Time Format in Completion
Use the commonly known date/time formatting strings while writing time formatting in Go.