Anyone else had to turn off "Insert selected suggestion by pressing space, dot, or other context-dependent keys" in the latest release of Goland? Since updating to 2026.1, it has started to auto-complete the blank identifier (_) to a variable when typing the following comma. As well as other similar issues.

Specifically, when authoring a member function, it's auto-completing _ to the first member variable of the struct against which the member function is defined.

#Jetbrains #Goland #Golang

GoLand 2026.1 Is Released | The GoLand Blog

GoLand 2026.1 helps you keep your Go code modern and your workflow efficient. This release introduces guided syntax updates for Go 1.26, making it easier to adopt new language improvements across your

The JetBrains Blog

@jetbrains

is it possible to remove all AI-features from Jetbrains IDEs

I do not need this stuff, i do not use this stuff and i do not want this stuff.

I am just programming on my own and do not wanna trace AI code for security bugs and anything else.

#ki #ai #development #jetbrains #phpstorm #goland #developer

Best Practices for Secure Error Handling in Go | The GoLand Blog

This is a practical guide to secure error handling in Go applications. Learn how to prevent information leakage, safely log and propagate errors, design secure responses, and apply best practices to keep Go services secure and reliable.

The JetBrains Blog
In #goland with #golang I can run a test, a testfile, the test command for all, the test command for a single test, the test in the test file, all tests in the file at once and using a run configuration.
All these versions of running THE SAME test give a different result. 🤬
Write Modern Go Code With Junie and Claude Code | The GoLand Blog

Developers can now confidently write modern Go code with Junie and Claude Code. We’ve released new guidelines for AI agents to use the latest Go features.

The JetBrains Blog
Moving Your Codebase to Go 1.26 With GoLand Syntax Updates | The GoLand Blog

Learn how GoLand supports Go 1.26 syntax, like type-safe `errors.AsType` and pointer creation with `new()`, through automated quick-fixes that update your codebase.

The JetBrains Blog
[New Livestream] Go 1.26 Release Party | The GoLand Blog

Join us for the Go 1.26 Release Party, where we’ll celebrate the latest Go release together with the community. In this livestream, Go experts will walk through what’s new in Go 1.26, why the changes

The JetBrains Blog

#Jetbrains Updates laufen. Schade eigentlich, dass es von @jetbrains keine Kombi-IDE gibt, in der ich meine genutzten Programmiersprachen kombinieren kann. Das würde mir viel Ressourcen auf meinen älteren Rechnern sparen. Auch zieht sich ein Update jedesmal bei 4 oder 5 installierten Programmen, die in großen Teilen eigentlich gleich sind.

#development #developer #developers #phpStorm #goland #pycharm #rider #intelliJ

Dancing Backwards With Go | The GoLand Blog

John Arundel's article shows you how writing tests first helps build a correct Go function, catch bugs early, and refactor safely using clear, simple steps.

The JetBrains Blog