Go for Visual Studio Code v0.6.48 Release Notes

Release Date: 2016-11-09 // over 7 years ago
    • Mark LaPerriere (@marklap)
      • Snippets for method declaration, main and init functions PR 602
    • Rob Lourens @roblourens
      • launch.json intellisense to include all "mode" values. Fixes #574
    • Ramya Rao (@ramya-rao-a)
      • Support for editor.formatOnSave and deprecating go.formatOnSave PR 578
      • Remove deprecated language configuration settings PR 587
      • Feature Request 432: Commands to switch to test file and back. PR 590. You can add your own shortcuts for these commands.
        • Go: Open Test File
        • Go: Open Implementation for Test File
      • Navigate to test file after generating unit tests using the Go: Generate unit tests ... commands. PR 610
      • Prompt to set GOPATH if not set already PR 591
      • Improvements to auto complete
        • #389 Fix issue with autocomplete popping up at the end of a string PR 586
        • #598 Importable packages in auto complete should appear after rest of the suggestions. PR 603
        • #598 Importing vendored packages from other Go projects should not be allowed. PR 605
        • #598 When there is an identifier with same name as an available package, do not show the package in the compeltion list PR 608
      • Other Bug Fixes
        • #592 Use Go from GOROOT while installing tools PR 594
        • #585 Use fs.stat instead of fs.exists to avoid mistaking "go" folder as "go" file PR 595
        • #563 Dont run gotests on non Go files PR 584