Go for Visual Studio Code v0.6.50 Release Notes

Release Date: 2016-11-21 // over 7 years ago
    • lixiaohui (@leaxoy), Arnaud Barisain-Monrose (@abarisain), Zac Bergquist (@zmb3) and Ramya Rao (@ramya-rao-a)
      • Added option to use gogetdoc for Goto Definition , Hover and Signature Help features. PR 622 To use this, add a setting "go.docstool": "gogetdoc" to your settings and reload/restart VS Code. This fixes the below bugs
        • #440 Hover info does not show doc string for structs
        • #442 Goto Definition, Hover, Signature Help do not work for net package
        • #496 Goto Definition, Hover, Signature Help do not work for Dot imported functions
        • #515 Go to definition and type info doesn't work with mux.Vars or anything else from gorilla/mux
        • #567 Signature Help and Quick Info do not show function comments for unexported functions
    • Ramya Rao (@ramya-rao-a)
      • Revert changes done in the formatting area in 0.6.48 update. Fixes below bugs
        • #613 Format removes imports of vendored packages in use
        • #630 goreturns fails to consider global variables in package