How do I escape keywords in XML comments like "note" in Visual Studio?
e.g.
/// See note re Create method attached to this type.
I don't want the text after the word "note" to turn blue.
Note this may be a Resharper feature.
How do I escape keywords in XML comments like "note" in Visual Studio?
e.g.
/// See note re Create method attached to this type.
I don't want the text after the word "note" to turn blue.
Note this may be a Resharper feature.
You can stop this behaviour by editing your ReSharper options.
Go to ReSharper -> Options -> Tools -> To-do Items
in Visual Studio, then alter the settings for the 'Note' entry in the patterns box. There are a few things you can do:
I suspect you are not using notes as TODOs, so just deleting the pattern is probably your best option.