GoLand のリリース
Released: Apr 4, 2018
2018.1 での更新項目
機能
Go
- Move refactoring - This refactoring allows you quickly move any top-level member to another file of the same package. A cross-package move is not yet allowed.
- Negate completion - A bool expression suggested by code completion can now be selected and negated at the same time.
- Default value completion - If the caret stays on the right-hand side of a return statement inside a function, the code completion will now suggest a default value corresponding to the return type of the function.
- New...
Released: Jan 29, 2018
2017.3.2 での更新項目
機能
- Added Output directory field to Go Test run configurations.
- Added new Template actions: break and continue.
- Improves uncommenting for SQL nested comments.
- Added support for a method separator in plsql packages.
不具合の修正
Go Build
- Cannot start gcloud 182 with appengine 1.9.63.
- Add warning while cross-compiling with Run after build enabled.
- While cross-compiling add GOOS content to binary name.
Go Formatter
- Formatting in switch statement is wrong.
Go Refactorings
- Cannot perform refactoring in...