英文:
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
去文件
> 设置
> 编辑器
> 颜色方案
> 语言默认值
。在那里,您可以重新定义所有类型变量的颜色。
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论