How to customize color in gradle file editor
Answered
Hi,
I would like to customize the color styling in the gradle file editor. I do not see an option for a gradle file in the
list of files. is there a way to do this?
Please sign in to leave a comment.
Gradle uses Groovy code style.
I have some code in the gradle script that has the warning "cannot resolve symbol". it is the same text color as the background so I cannot see the code. Do you happen to know which option sets the color of such code/
Check this:
That unfortunately did not do it. Below is what I am seeing. notice when I highlight i can see the task name
Ok I got it working now. Had to set 1 of the options. I have another question. Can I change the color styling for just Gradle files. For example, I have 1 style with a black background and another 1 with a white background. i would like to have gradle files use the white background but have javascript files use the black background style.
Please vote for https://youtrack.jetbrains.com/issue/IDEA-66312.