Completion for non-imported Go Modules

Import a module in to your project.

GoLand provides code completion suggestions for all modules in the modules cache as you type.

Even if a module has never been imported and used in your project, GoLand is still aware of it and will take care of you.

Completion will work automatically as you start typing a package name.


Related Resources

Better Time Format in Completion
Better Time Format in Completion
Use the commonly known date/time formatting strings while writing time formatting in Go.
Complete Current Statement
Complete Current Statement
Add trailing commas or braces and move the cursor to the right place with a single keystroke.
Code Completion in Language Injections
Code Completion in Language Injections
See how to use code completion inside strings and other places.