gundermanc / vs-go

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

Completion - types, imports, assignment definitions #54

Closed kasiabulat closed 5 years ago

kasiabulat commented 5 years ago

I brought back support for types and functions, fixed support for imports and added support for simple assignment definitions.

Addresses #50