this repertory lists the uses of goland so as not to forget
-
to solve the problem of replacing variables in fmt.Printf (%s, %v etc.) (example :
fmt.Sprintf("hello #{name}")
instead offmt.Sprintf("hello %s", name)
(link reddit)File
>Settings
>Editor
>General
>Code Folding
- disable
format strings
in Go parts
-
to solve the character replacement in shortcuts: ≠ instead of !=
File
>Settings
>Editor
>Reader Mode
- disable
font ligatures
-
To see the correct color in the termnal console :
disabled pty mode: Ctrl+Shift+A | Registry | go.run.processes.with.pty