Code completion in Run Configurations

Run configurations also have code completion capabilities.

When you're editing Run/Debug Configurations, code completion will automatically appear to help you, for example, type a package name.

How to use:

As you start typing in the Package, File, or Directory inputs, the IDE will assist you.


Related Resources

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
Better time format in completion
Use the commonly known date/time formatting strings while writing time formatting in Go