英文:
Intellij Turning Characters into actual Symbols
问题
我注意到在新的IntelliJ更新中,它会将符号转换成实际的数学大于等于符号,比如将>=转换成符号,还有箭头(->)之类的。我该如何关闭这个功能,以便只获取原始字符。
谢谢
英文:
I noticed with the new IntelliJ update, that it turns symbols like >= into the actual math greater than or equal to sign, along with arrows (->) and things like that. How do i turn this feature off and just get the raw characters.
Thank you
答案1
得分: 6
似乎您使用的字体支持连字,而且IntelliJ也已设置为进行渲染。
要更改设置,首先转到“文件 > 设置”,然后选择“编辑器 > 字体”选项卡:
要么:
- 选择一个不带连字的字体,或者;
- 取消勾选“启用字体连字”
英文:
It seems like whatever font you are using supports ligatures, and IntelliJ is set to render them too.
To change the settings, first go to "File > Settings" and then select "Editor > Font" tab:
Either:
-
select a font that doesn't have ligatures, or;
-
uncheck "Enable font ligatures"
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论