Early Access Program Features

Goland 2019.3 EAP 6 is Out with Highlighting in go.mod Files, and Just a Pinch of Bug-Fixes

Get this EAP build via the Toolbox App, download from the website, or use a snap package (for Ubuntu). You can also get it right in GoLand, select Automatically check updates for Early Access Program in Preferences / Settings | Appearance & Behavior | System Settings | Updates.

Download GoLand 2019.3 EAP 6

Remember that you can also use nightly builds based on the latest development code almost daily, perfect for when you don’t want to wait for the official EAP build announcements. Note they are only available via the Toolbox App.

Syntax highlighting in go.mod files

Great news, we are continuing to extend our support for Go Modules projects. GoLand 2019.3 will provide syntax highlighting for go.mod files so you can read them effortlessly. But that’s not all! Stay tuned, there is more coming soon.

highlighting-go-modules

Noticeable bug-fixes:

GO-8134 — We’ve improved the parser slightly, now it works better with trailing commas.
GO-7879 — GoLand now provides a more accurate bound check for array types.
GO-8280 — The IDE now correctly deletes comments when using the Delete type quick-fix.
GO-8267Comments inside imports don’t break Find Usages anymore.

We love hearing from you! Your feedback is invaluable and often the source of excellent ideas for improvement. Please tell us what you think by dropping us a request in our bug tracker or by tweeting us @GoLandIDE. Thank you!

image description