Description
Symbol definitions in Go source code can be located for editor navigation and command-line inspection. The tool helps developers jump from a name to its declaration while reading or modifying Go projects.
It reads project source code and returns metadata about symbols. Use it with trusted workspaces, and avoid exposing output from private codebases when names or APIs are sensitive.