Code completion in Evaluate Expression, Watches or Conditional Breakpoints

The debugger also has extensive code completion capabilities.

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

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

Related Resources

Evaluate Expression During Debugging
Evaluate Expression During Debugging
Select your code and execute it, in the right context.
Run Target support via Docker
Run Target support via Docker
Run your application or tests in Docker Container with ease.
Stop a Remote Process After Debugging It
Stop a Remote Process After Debugging It
Clean-up processes after interacting with them in remote debugging scenarios.