如何在IntelliJ IDEA中更改变量名的颜色?

huangapple go评论73阅读模式
英文:

How to change variable name color in Intellij IDEA?

问题

如何在Intellij IDEA中为Java更改变量名的颜色?
例如,在以下代码中的“foo”:

int foo;
英文:

How do I change the color of the variable names in Intellij IDEA for Java?
e.g. the "foo" in:

int foo;

答案1

得分: 2

文件 > 设置 > 编辑器 > 颜色方案 > 语言默认值。在那里,您可以重新定义所有类型变量的颜色。

如何在IntelliJ IDEA中更改变量名的颜色?

英文:

Go to File > Settings > Editor > Color Scheme > Language Defaults. There you can re-define your colors for all types of variables.

如何在IntelliJ IDEA中更改变量名的颜色?

huangapple
  • 本文由 发表于 2020年9月30日 00:15:10
  • 转载请务必保留本文链接:https://go.coder-hub.com/64123583.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定