This repository has been archived by the owner on May 7, 2021. It is now read-only.
Releases: joefitzgerald/go-plus
Releases · joefitzgerald/go-plus
v5.3.4
v5.3.3
- 🐢 Only subscribe to cursor events (for
sameids
highlighting) in editors using theGo
grammar
Detailed changes: v5.3.2...v5.3.3
v5.3.2
- 🔦 Don't highlight identifiers when a text selection is made (#596)
Detailed changes: v5.3.1...v5.3.2
v5.3.1
- 🐛 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
- 🆕 Highlight identifiers when the cursor moves (#583)
- 🆕 Find usage of the current identifier and display them in the
usage
tab of the go-plus panel
- 🎨 Enhance display of panel
- Make panel font size configurable (default:
1.2em
) - Set default monospace fonts when the standard font family is used
- Make panel font size configurable (default:
- 🔢 Change default for
go-plus.navigator.mode
fromguru
togodef
- 🆕 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
v5.1.1
- 🆕 If you don't have a
GOPATH
specified, the defaultGOPATH
forgo 1.8
will be used ($HOME/go
); this will apply for all versions ofgo
, not just1.8
( #548) - 🎨 Enhance the appearance of the
go-plus
panel when using thematerial
theme (#546) - 🐛 Make use of the
-timeout
flag when runninggo test
, to ensure that tests (particularly those stuck in an infinite loop) stop running when thechild_process
is terminated (#559) - 🔤 Added an issued template
Detailed changes: v5.1.0...v5.1.1
v5.1.0
- 🆕 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.
Detailed changes: v5.0.9...v5.1.0
v5.0.9
⚠️ 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
- 🆕
gocode
occasionally gets into a state where it only returnsPANIC
as an autocomplete suggestion (see the FAQ for more information); whengocode
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)
Detailed changes: v5.0.7...v5.0.8