visual studio - How do I escape keywords in XML comments like "note"? -
How can I avoid "Notes" in Visual Studio in XML Comments?
For example
/// Create a method associated with this type of note see notes.
I do not want the text after the word "note" to turn blue.
Note that this may be a string feature.
You can stop this behavior by editing your resourcer options.
ReSharper -> gt; Options - & gt; Tools - & gt; To change the items in the Visual Studio, then change the settings for the 'Note' entry in the Pattern box. There are some things you can do:
- Remove the note pattern - it will prevent any other event from being highlighted, but will also stop any notes from appearing in the TODO Explorer window < / Li>
- Edit the note pattern and uncheck the checkbox - This will turn off notes from being highlighted in comments
- Edit the pattern and highlight colors in the same color for comments Change it - it will stop Highlighting, but will still show notes in the TODO Explorer window
I doubt you are not using notes as TODO, so removing the pattern might Your best choice
Comments
Post a Comment