Skip to content

Releases: golang/tools

gopls/v0.2.2

01 Jul 16:49
Compare
Choose a tag to compare
  • Fix concurrent map read and write when a file is created (CL 210199).
  • Fix issue that caused errors to show up when a new file was created (CL 209978).

gopls/v0.2.1

01 Jul 16:48
Compare
Choose a tag to compare
  • Fix for parse errors showing up as errors on the whole package (CL 206597).

gopls/v0.2.0

01 Jul 16:47
Compare
Choose a tag to compare
  • Many improvements to autocompletion. In particular, support for completions of array, slice, map, and function literals (@muirdm).
  • A new diff algorithm (github.com/sergi/go-diff) that improves handling of line endings on different operating systems (@ianthehat).
  • Improved caching and memory usage (@stamblerre).
  • Command-line support for links, suggested fixes, and imports (@kalmanb).
  • Command-line support for references, signature, and symbols (@rentziass).
  • Command-line support for rename (@hartzell).

Opt-in:

  • Get diagnostics from staticcheck by configuring "staticcheck": true in your gopls settings (@ianthehat).
  • Get autocompletion of unimported packages and symbols by configuring "completeUnimported": true in your gopls settings (@heschik).