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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can stop this behaviour by editing your ReSharper options.
Go to
ReSharper -> Options -> Tools -> To-do Itemsin 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.