Goglang poor language color scheme setting in Golang (Go) Follow
Answered
Is there any possibility to customise my own Go literal color settings? For example, I want methods to be blue color, function declaration to be green and etc. How can I do this? Because there are no such defaultl settings for Go.
Please sign in to leave a comment.
> For example, I want methods to be blue color, function declaration to be green and etc.
You cannot use different color settings for function and method declaration names. What did you mean by 'etc'?
In Sublime Text when I use AfterGlow Monokai Color Theme, name of method in it's declaration is green. Method Update() on picture below.
But methods and other functions, called in body of that Update() fucntion are blue.
By etc I meant customization of function declaration and call color, customization of identefiers (func, return, defer etc.) each separately, not all of them once.
Can I do something like that in Gogland?
Filed an issue: https://youtrack.jetbrains.com/issue/GO-3788. Please vote for it to follow the updates
Wow, thanks. Fine tuning of color scheme is quite important for comfort work, imho.