Latest

All the resources in the Guide, starting with most recent.

tip

Partial Match Completion
Complete anything by typing just parts of the identifier

tip

View Parameter Info
Quickly see function arguments and argument types.

tip

Method-like completion for functions
Completion for searching for functions that accept parameters of a certain type.

tip

Live Templates
Add your own completion items via code snippets

tip

Exclude items from auto-imports and completion
Exclude certain paths from auto-import and completion

tip

Cyclic Expand Word a.k.a. Hippie Completion
Complete any word any from the current open files.

tip

Completion with the Tab key
A small, but handy feature that makes it a little easier to complete symbol names.

tip

Completion for non-imported Go Modules
Import a module even if it was imported or used in your project

tip

Code completion in Run Configurations
Run configurations also have code completion capabilities.

tip

Code Completion in Language Injections
See how to use code completion inside strings and other places

tip

Code completion in Evaluate Expression, Watches or Conditional Breakpoints
The debugger also has code completion capabilities.

tip

Basic Code Completion
Code completion that helps you get the job done