Description
Editor autocompletion for Go code can be provided by a background daemon. It helps older editor integrations suggest identifiers, functions, and package members while writing Go programs.
It reads project source code and runs as developer tooling. Use it with trusted workspaces, and consider newer Go language-server tools when a modern editor supports them.