You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<kbd>Alt+Enter</kbd> on any struct → **Generate struct builder**.
27
+
<kbd>Alt+Enter</kbd> or <kbd>Cmd+.</kbd> on any struct → **Generate struct builder**.
28
28
29
29
Generates a fluent builder: exported interface with `With*` methods, unexported implementation, constructor, and a `B()` terminal method. Supports generics.
30
30
31
31
Pick which fields to include from the standard GoLand member chooser dialog. Exported fields are unchecked by default (they're directly settable anyway).
Productivity tools for Go development in GoLand/IntelliJ:
17
7
<ul>
18
8
<li><b>Configurable Inlay Type Hints</b> — rich type hints with customizable styles for pointers, channels, generics, function literals, and more. Control max length, bracket style, separators, and Unicode symbols.</li>
19
9
<li><b>Builder Pattern Generator</b> — generates a fluent Builder pattern (interface + implementation) for any Go struct, with field selection dialog and generics support.</li>
0 commit comments