Skip to content

1.0.0.alpha#485

Pre-release
Pre-release
Compare
Choose a tag to compare
@ignatov ignatov released this 07 Sep 09:44
· 1489 commits to master since this release

Changes since 0.9.460 (18.08.2015)

This release brings the much requested integration with delve, the Go debugger.

It is the first version of the integration so there might be a need to polish some rough edges here and there. If you find any such edge, please report it back to us with as much details as possible.

To get started on debugging with delve, you can read from our wiki.

To install the plugin, visit the readme

Features and enhancements:

  • Support delve debugging #1252
  • Support for renaming an import alias has been added #1813
  • A new inspection checks if the file self-imports the package it is in

Fixes

  • Completion for missing keywords was added #1808
  • Better variable shadowing support #1752
  • go vet before launch is now properly working again #1834

For a list of all changes in the plugin, you can visit this page.

Develop with pleasure!