Roadmap

What’s Next: Roadmap for GoLand 2019.1

Two weeks ago we released GoLand 2018.3 which introduced a new Change Signature refactoring, debugging for Google App Engine apps, the ability to analyze core dumps, and support for Testify and Mozilla rr. It also improved code completion, added new code inspections and intention actions, and more.

If you haven’t checked out these new features yet, head on to our what’s new page. Or, if you prefer watching rather than reading, we also have this short 5-minute video for your viewing pleasure.

Over these two weeks, we’ve sorted out your feedback and discussed the features that we want to deliver in the next major version. Let’s go behind the scenes and take a sneak peek at what GoLand 2019.1 will likely bring.

But before we do that, we’ll continue our tradition of saying a heartfelt THANK YOU to all our evaluators! These kind people help us deliver a better IDE with each release and each EAP build, telling us about their product experiences and giving us their candid feedback and suggestions.

Today, we’d like to specially mention these wonderful folks:

  • Sergej Zagursky (YouTrack username: g7r)
  • Roland Illig (YouTrack username: roland.illig)
  • Stuart Carnie (YouTrack username: scarnie)
  • Denis Cheremisov (YouTrack username: sirkon)

As a token of our gratitude, each of you is getting a free 1-year subscription for GoLand! Use it to extend your current subscription or start a new one. You will receive an email with a coupon code and instructions on how to redeem it. Ping us if you don’t!

Now on to our roadmap!

Please note we can’t guarantee that all of the features listed below will be included in GoLand 2019.1.

Remote development

First of all, the next release will unlock remote developing via Docker and WSL!

Quick-fixes

  • GoLand 2019.1 will resolve references to unexported symbols and allow you to navigate to its declaration or use a quick-fix to export it.
  • Two quick-fixes based on Change Signature refactoring:

    — Add/remove missing return parameters in a signature.
    — Add/remove the parameter to the function call.

Code inspections

  • A new code inspection that will alert you about variables that are only written to but not read from.
  • An inspection that will warn about values used before corresponding error is handled.
  • A code inspection that will alert you about type assertions which can generate a panic.

Refactorings

  • The Extract Interface refactoring will be added to allow you to generate an interface from an existing type.
  • Extract Method will support return statements.
  • The Rename refactoring will ask whether implementations should be renamed together with a method specification.

Code editing

  • Support for escaping in string literals.
  • New intention actions to join and split declarations.

Debugger

  • Better presentation for Watches panel: Hex, Time format, and more.
  • Smart Step Into will make it easier to debug lines with multiple function calls.
  • The debugger will display goroutines instead of threads.

Look and feel

  • The IDE will download and install the Go SDK for you.
  • We will update descriptions in the Run configuration, error messages on Run, and improve warning messages for code inspections.

Didn’t find what you were looking for in either GoLand 2018.3 or this roadmap? Let us know! Feel free to comment here, use our issue tracker, or tweet at us. We’re listening!

image description