Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Releases: joefitzgerald/go-plus

v5.3.4

21 Mar 22:48
e0a3ddd
Compare
Choose a tag to compare
  • 🔍 do not suppress autocompletion if explicitly requested by the user (#598, #144)

Detailed changes: v5.3.3...v5.3.4

v5.3.3

14 Mar 16:16
6b77889
Compare
Choose a tag to compare
  • 🐢 Only subscribe to cursor events (for sameids highlighting) in editors using the Go grammar

Detailed changes: v5.3.2...v5.3.3

v5.3.2

07 Mar 21:10
95b15c7
Compare
Choose a tag to compare
  • 🔦 Don't highlight identifiers when a text selection is made (#596)

Detailed changes: v5.3.1...v5.3.2

v5.3.1

07 Mar 21:16
efcb651
Compare
Choose a tag to compare
  • 🐛 Fix issue that would result in an error if the cursor was at position [0,0] in a file (#592)

Detailed changes: v5.3.0...v5.3.1

v5.3.0

06 Mar 07:01
b6beb70
Compare
Choose a tag to compare
  • 🆕 Highlight identifiers when the cursor moves (#583)
    highlight-identifiers
  • 🆕 Find usage of the current identifier and display them in the usage tab of the go-plus panel
    find-usage
  • 🎨 Enhance display of panel
    • Make panel font size configurable (default: 1.2em)
    • Set default monospace fonts when the standard font family is used
  • 🔢 Change default for go-plus.navigator.mode from guru to godef
  • 🆕 Add runTestsWithCoverage flag, so that you can disable coverage while still running tests on save

Detailed changes: v5.2.0...v5.3.0

v5.2.0

27 Feb 16:59
9bb4a29
Compare
Choose a tag to compare
  • 🆕 Add support to add / remove struct tags en masse (#571)
    gomodifytags
  • 🎨 Refactor test boilerplate (#569)
  • 🎨 Improve go to definition behavior when using Guru (#557)
  • ⬆️ dependencies (#578)

Detailed changes: v5.1.1...v5.2.0

v5.1.1

30 Jan 18:10
3ff2baa
Compare
Choose a tag to compare
  • 🆕 If you don't have a GOPATH specified, the default GOPATH for go 1.8 will be used ($HOME/go); this will apply for all versions of go, not just 1.8 ( #548)
  • 🎨 Enhance the appearance of the go-plus panel when using the material theme (#546)
  • 🐛 Make use of the -timeout flag when running go test, to ensure that tests (particularly those stuck in an infinite loop) stop running when the child_process is terminated (#559)
  • 🔤 Added an issued template

Detailed changes: v5.1.0...v5.1.1

v5.1.0

08 Jan 21:24
Compare
Choose a tag to compare
  • 🆕 Documentation now includes links to godoc.org. In some cases this may require an update to gogetdoc. You will be prompted if an update is necessary.
    screenshot

Detailed changes: v5.0.9...v5.1.0

v5.0.9

03 Jan 05:34
1161df3
Compare
Choose a tag to compare
  • ⚠️ Display a notification when the version of Atom is below the minimum required version (v1.12.7)

Detailed changes: v5.0.8...v5.0.9

v5.0.8

01 Jan 20:17
ad5ea0d
Compare
Choose a tag to compare
  • 🆕 gocode occasionally gets into a state where it only returns PANIC as an autocomplete suggestion (see the FAQ for more information); when gocode gets into this state, go-plus will now provide detailed information and offer to try and fix the problem (If gocode is panicking, prompt to update gocode (#530, #474, #473, #471, #468, #437, #433, #158)
    screen shot 2016-12-31 at 4 02 53 pm

Detailed changes: v5.0.7...v5.0.8