Skip to content

Populate SymbolInformation.Kind#213

Merged
jupblb merged 1 commit intomainfrom
michal/kind
Apr 15, 2026
Merged

Populate SymbolInformation.Kind#213
jupblb merged 1 commit intomainfrom
michal/kind

Conversation

@jupblb
Copy link
Copy Markdown
Collaborator

@jupblb jupblb commented Apr 15, 2026

Fixes #176

Map Go type-checker objects to SCIP symbol kinds:
- *types.Func → Function / Method / MethodSpecification
- *types.TypeName → Struct / Interface / TypeAlias / TypeParameter / Type
- *types.Var → Field / Variable
- *types.Const → Constant
- *types.PkgName → Package

Fixes #176
@jupblb jupblb merged commit b6f9914 into main Apr 15, 2026
5 checks passed
@jupblb jupblb deleted the michal/kind branch April 15, 2026 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

scip-go does not populate SymbolInformation.kind field

1 participant