GoLand 2020.1 Beta version released

GoLand 2020.1 first Beta version has been released , this release will stop adding new features, and is committed to improving all the current features.

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

GoLand 2020.1 In addition to improved support for Go Modules, and in the code editor has also brought a lot of developer-friendly features, as well as adding a new type of auto-complete code feature. Also in terms of code inspections and quick fixes also improved.

By default, now bound smart spelling and grammar checking functionality through plug-ins Grazie, also added to open the file in a text editor without having to create or load a project model.

Improved support for the Go Modules

  • More convenient configuration environment variable: Go Modules can now use project templates to configure the default values ​​of environment variables. Just click the "Environment" in the form of "Browse" icon to open a new "Environment Variables" dialog box.

  • Improved support for go.mod file: support for keywords, dependency names, and replace it with a local auto-complete path

  • Reconstruction Rename and Move: When renamed or moved 'replace' directory referenced by the statement, GoLand will change the path of the file go.mod

  • Find Usages invoked by Project View., To view files in a specific directory go.mod path

Support Go 1.14

Go 1.14 Added support having overlapping set of methods embedded interface, this version has the feature implementation supports. When different aspects of the interface description of the type of overlap, GoLand will not be reported as an error process is repeated. In addition, if the module root directory contains the vendor is automatically enabled Vendoring mode Go 1.14 in.

Detailed Description of the update to see  https://blog.jetbrains.com/go/2020/03/26/goland-2020-1-reaches-beta/

Guess you like

Origin www.oschina.net/news/114422/goland-2020-1-beta-released