src.elv.sh/pkg/edit/complete.ComplexItem.CodeSuffix (field)
9 uses
src.elv.sh/pkg/edit/complete (current package)
generators.go#L142: CodeSuffix: suffix,
raw_item.go#L34: CodeSuffix string // Appended to the code.
raw_item.go#L48: ToInsert: quoted + c.CodeSuffix,
src.elv.sh/pkg/edit
completion.go#L102: CodeSuffix: opts.CodeSuffix,
completion.go#L268: return c.CodeSuffix, true
completion.go#L284: c.CodeSuffix == rhs.CodeSuffix && c.Display == rhs.Display
completion.go#L290: h = hash.DJBCombine(h, hash.String(c.CodeSuffix))
completion.go#L298: parse.Quote(c.Stem), parse.Quote(c.CodeSuffix), parse.Quote(c.Display))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)