The latest updates on all JetBrains products and topics
Developer Advocate at JetBrains
GoLand 2020.3 Early Access Program build #5 is out! What's new in this build, and why should you try it? Starting from this version, you can configure if a remote process should be stopped at the end of a debugging session when using the Go Remote configuration, the completion system is now even bet…
GoLand is an IDE for Go that offers a lot of functionality out of the box, like refactorings, Go Modules support, working with Docker, etc. Some of that functionality is provided by bundled plugins, and you can add yet more functionality by installing additional plugins. There are over 2200 plugins…
During our recent webinar, we shared over 40 GoLand tips & tricks that you can use to boost your productivity with the IDE. Here's the summary of the presentation and all the tips shown: 00:00:18 - Organize projects in IDE 00:01:13 - Hide/Show Editor tabs 00:01:44 - Using the Zen Mode 00:…
We released an EAP version for a seamless integration of this feature, see https://blog.jetbrains.com/go/2021/02/12/goland-2021-1-eap-3/#run_target_for_wsl Please provide feedback for it. Thank you! Windows Subsystem for Linux, or WSL as it's commonly known, allows Windows 10 to run Linux inside Wi…
Last week we hosted our first webinar, with the theme of Go Microservices development in GoLand. It was great to see so many people attending, asking questions, and giving us their feedback. To that end, I'd like to say a big thank you to everyone who participated, as well as to our JetBrains team t…
Updated and validated on November 17, 2022. You can find more tutorials on how to use containers here. You may also refer to the Docker and Kubernetes sections of our Help documentation. Go development with Docker ContainersDebugging a Go application inside a Docker containerRunning Go applicatio…
Today, I'm happy to announce that GoLand 2020.1.2 is out and ready to be downloaded. You can update to 2020.1.2 by: downloading it from the website. updating via the Toolbox App. applying a patch to 2020.1.1 (from inside the IDE, go to Help | Check for Updates). or using a snap package for …
Updated and validated on November 17, 2022. You can find more tutorials on how to use containers here. You may also refer to the Docker and Kubernetes sections of our Help documentation. Go development with Docker ContainersDebugging a Go application inside a Docker container (this post)Running G…
Updated and validated on November 17, 2022. You can find more tutorials on how to use containers here. You may also refer to the Docker and Kubernetes sections of our Help documentation. Go development with Docker Containers (this post)Debugging a Go application inside a Docker containerRunning G…
GoLand 2020.1 brings a lot of new features to Go Modules support, and today we'll take a look at them and learn how to use them to maximize our productivity. We'll cover: Go Environment Variables Improved Vendoring support Completion in go.mod for require statements Completion in go.mod…
Hello again. This is the third, and final, article from our series on Go Modules. In this article, we'll cover how to version our project and manage the migration to a new major version. In case you missed the previous posts, here's a list of articles from the series: Starting with a new Go M…