GoLand 2020.1.2

Released: May 6, 2020

2020.1.2 での更新項目

機能

  • Postfix Completion - A Postfix Completion template for removing values from slices, aptly named .remove Together with the other Postfix Completion templates such as .append, .aappend, .for, .forr, .len, and .cap, this adds to our ongoing effort to make editing Go code easier and simpler.
  • Debugger performance improvements - Reduced the amount of data requested from Delve, as larger requests were causing the debugger to crash in some cases.
  • C compiler optimizations are now properly disabled during debugging.
  • Inspecting the value of a slice/array/map now shows the correct children.
  • Added the ability to run tools before your run configuration starts.