I have Resharper installed in Visual Studio, and I use the standard "dark" theme, and somehow I managed to change something so that the characters "{0}" in the format string no longer differ from the rest of the string.
For example, in the following line:
Console.WriteLine("Hello {0}", Environment.UserName);
The recorded line is exactly the same as the rust color (as it appears in this SO-editor), whereas previously '{0}' was highlighted in a bright greenish color.
EDIT
The settings in the "String Formatting Formatting Element" section are displayed correctly:

In addition, R # code annotations are set to JetBrains.Annotations and set to the default value:

Will another option override this? Is there an easy way to simply reset all defaults back?
c # visual-studio color-scheme resharper
Rufus l
source share