Skip to content

pascal-pro/goland-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

goland-helpers

this repertory lists the uses of goland so as not to forget

display and shortcut problems

  1. to solve the problem of replacing variables in fmt.Printf (%s, %v etc.) (example : fmt.Sprintf("hello #{name}") instead of fmt.Sprintf("hello %s", name) (link reddit)

    • File > Settings > Editor > General > Code Folding
    • disable format strings in Go parts
  2. to solve the character replacement in shortcuts: ≠ instead of !=

    • File > Settings > Editor > Reader Mode
    • disable font ligatures
  3. To see the correct color in the termnal console :

    disabled pty mode: Ctrl+Shift+A | Registry | go.run.processes.with.pty

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published