Printf Format Syntax Highlighting on any function Follow
Completed
From the image above, in log.Printf, fmt.Printf, and fmt.Errorf, the format string %s %d etc has different color. Is there a way to mark logrus.Printf format parameter to have different color on %s %d like the 3 example before?
Please sign in to leave a comment.
At the moment this is not possible.
Vote/watch https://youtrack.jetbrains.com/issue/GO-5841 to receive updates on this.
I see. Thank you for your response!