Code completion in Evaluate Expression, Watches or Conditional Breakpoints

The debugger also has code completion capabilities.

You got it right, debugger also has code completion! GoLand provides suggestions list when you evaluate the state of your application in a debugging session.

How to use:

As you start typing in the Evaluate Expression, Watches or Conditional Breakpoints dialogs, code completion will appear immediately.


Related Resources

Evaluate Expression During Debugging
Select your code and execute it, in the right context.
Code vision
Focus on your code while getting additional information about it.
Handle Go errors by using a Postfix Completion
Keep writing code as you would and use the Postfix Completion to generate the boilerplate