我最近重新安装了 Windows 7 和 Visual Studio 2010 + Resharper。重新安装后,一些颜色下划线停止工作。它用于在下方创建一条蓝线,在下方创建一条Colors.Blue
绿线Colors.Green
。IntelliSense 在列出颜色时也有彩色方块。
这是缺少着色的代码示例:
textBox.Foreground = new SolidColorBrush(Colors.Red);
如何让下划线颜色和 IntelliSense 颜色再次起作用?