gundermanc / vs-go

Hack and slash Go language service prototype for VS Win + VS Mac
MIT License
8 stars 2 forks source link

type definition + struct parser #24

Closed gundermanc closed 5 years ago

gundermanc commented 5 years ago

Need support for parsing Go’s ‘type definition’ and ‘struct’ language concepts. These are essential for discovering symbols, enabling completion, code search, and doc tool tips.

https://golang.org/ref/spec#Type_definitions

https://golang.org/ref/spec#Struct_types