gpt4 book ai didi

c# - Visual Studio 一种显示运算符而不是文本的方法 示例 : ≠ instead of ! =

转载 作者:太空狗 更新时间:2023-10-29 18:26:26 25 4
gpt4 key购买 nike

我不得不在我的计算机上重新安装所有东西,包括 Visual Studio,我的问题是,在我重新安装 Visual Studio 之前,我的 C# 程序上显示了使用 Unicode 运算符的方法中的代码:

if (1 ≠ 2) {
}

代替

if (1 != 2) {
}

然而,在重新安装 Visual Studio 后,它们又恢复为文本格式,有谁知道我需要启用什么设置才能让它们显示为 Unicode 版本?

如果您能提供任何帮助,我们将不胜感激。

最佳答案

您只需要安装一个包含编程连字的字体,然后告诉 VS 使用该字体。我相信Fira Code是目前最全的编程字体。

关于c# - Visual Studio 一种显示运算符而不是文本的方法 示例 : ≠ instead of ! =,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47042906/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com