GoLand 2019.3 released

GoLand 2019.3 officially released. This version consumes less CPU, execute faster than ever before. It enhances support for Go Module, adding a new set of quick fixes, enhanced refactorings, and can use Mozilla rr remote debugging of applications, in addition to improved behavior code inspection and code editing features, and so on. Update highlights are as follows:

performance

GoLand 2019.3 consumes less CPU and faster execution, including faster start

Go Modules

  • go.mod file provides code highlighting, and in the "item view" (Project View) in dependency from the introducing path, navigate to its source
  • "Project View" Go Module will display its full import path. Each version of Go Module will also be darker than the display font color import path to assist in easily distinguish

Debugger

  • Evaluate Expression calling directly through the embedded field method
  • Use Mozilla rr remote debugging applications on Linux

The new Quick Fix

  • Delete all unused parameters (remove all unused parameters) can delete all unused parameters
  • If you do not call, Create method / function (creation method / function) will create the missing function or method
  • Delete parameter names (parameter name deleted) and Rename to _ (renamed to _) can help quickly process parameters unused name, type, and function as a function of the type
  • Reuse / Expand signature types (reusable / extended signature type) were combined in a single parameter definition statement, or to add a type of each parameter

Other basic updates almost every previously introduced, details can be found 2019.3 Goland  EAP version  and the  Beta version  update instructions.

Announcement: https://blog.jetbrains.com/go/2019/11/29/goland-2019-3/

Download: https://www.jetbrains.com/go/download/

Guess you like

Origin www.oschina.net/news/111749/goland-2019-3-released