Spellchecking doesn't work on log.Printf
Answered
I'm using GoLand 2020.1.4.
I found that spellchecking doesn't work when using log.Printf. Is that a bug or a configuration issue?
Please sign in to leave a comment.
Hello,
Earlier, we disable spellchecking inside Printf like functions, as it caused some problems, for example, GO-3867.
If you have any idea how to use spell checking with placeholders in Printf like functions (or just want to return the functionality), you can go to our YouTrack and create a new issue.
Should you have any questions, please feel free to let me know.