Let's take a look at what GoLand 2020.1 brings in terms of editing features to help us save time when we have to edit our Go code.
We can start with some of the more obvious things, like parameter names.
When implementing an interface, parameter names are suggested automatically:
But you can also get suggestions when just typing function/method parameters:
But this is not just about the big, obvious, things. Sometimes, it's also the little things that make a difference to our quality of life, and GoLand tries to address these as well.
(more…)