问题描述
我想知道如何在IntelliJ IDEA的代码完成窗口中更改字体颜色?默认字体是灰色,尽管在应用程序设置中几乎更改了每种字体颜色,但我还是停留在灰色(很难读取)上.
I was wondering, how do I change the font colour in the code-completion window in IntelliJ IDEA? The default font is grey and, despite changing almost every font colour in the application settings, I am stuck with grey (which is very hard to read).
我正在谈论此窗口:
有人知道如何将此语句完成字体颜色更改为黑色吗?
Does anyone know how to change this statement-completion font colour to black?
谢谢.
推荐答案
通过键入点,空格等来启用插入所选变体选项以获取旧行为.
Enable the Insert selected variant by typing dot, space, etc. option to get the old behavior.
查看此讨论以获取更多详细信息:
Check this discussion for more details:
...
如果您喜欢点和空格,可以通过以下方法返回到旧模式设置|编辑器代码完成.
If you love dots and spaces, you can return to the old mode viaSettings | Editor | Code completion.
似乎有必要区分模式,因为您可能会想要选择非第一项,或通过键入选择第一项一些非正统符号(例如,感叹号).在这种情况下,您按上/下键浏览列表,然后似乎没有空格或感叹号的理由不选择当前物品.具有两种模式,它们的行为各不相同,但看起来完全一样从用户的角度来看,这对我来说似乎不是一个好主意互动设计.
There seems to be a need to distinguish the modes because you mightwant to choose a non-first item, or to choose the first one by typingsome non-orthodox symbol (e.g. exclamation mark). In this case, youpress Up/Down to navigate in the list and after that there seems to beno reason for space or exclamation mark not to select the currentitem. Having two modes which behave differently but look exactly thesame doesn't seem like a great idea to me from the perspective of userinteraction design.
这篇关于在IDEA代码完成窗口中更改字体颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!