Visual studio 在 Lambda 中更改临时变量的颜色

Visual studio change color of temp variable in Lambda

使用我目前的配色方案,C# Lambda 表达式中的临时变量很难看清。如果可以的话,我需要换个颜色。

在这个例子中,我需要定位x的颜色:

var name = names.Where(x => x == "John");

在 Visual Studio 菜单 Tools > Options 中,然后展开 Environment / Fonts and Colors。在列表中转到 User Members - xyUser Types - xy 以更改所有颜色。您正在寻找 User Members - Parameters.

参见 image and doc here