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

Basic Code Completion
Basic Code Completion
Code completion out-of-the-box that helps you get the job done.
Code completion in Evaluate Expression, Watches or Conditional Breakpoints
Code completion in Evaluate Expression, Watches or Conditional Breakpoints
The debugger also has extensive code completion capabilities.
Code Completion in Language Injections
Code Completion in Language Injections
See how to use code completion inside strings and other places.