The word "note" in XML comments
I've been writing a lot of functions related to an entity called "Note" in our data layer. Every time I use the word "note" in an XML comment, R# highlights it and puts a little blue line in the margin. Is there any way to stop this behavior? I'd like it just to do that if I have // NOTE: in the comment.
Please sign in to leave a comment.
In the R# Options under Tools, To-do Items, edit the pattern for the Note to
something like this: (\W|^)(? wrote in message
news:4099281.174061276281413143.JavaMail.clearspace@app8.labs.intellij.net...
>