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.



