Completion for non-imported Go Modules

Import a module in to your project.

GoLand provides code completion suggestions for all modules in the module 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

Code Completion in Language Injections
Code Completion in Language Injections
See how to use code completion inside strings and other places.
Completion with the Tab key
Completion with the Tab key
A small, but handy feature that makes it a little easier to complete symbol names.
Exclude Items from Auto-imports and Completion
Exclude Items from Auto-imports and Completion
Exclude certain paths from auto-import and completion.