Disable Coloring in Intellisense
Is there a way to turn off highlighting for Intellisense? My specific problem is that I use the Dark theme in Visual Studio 2013, and certain elements in XML doc comments are highlighted in a dark blue color, which makes it very difficult to read.
For example:
The XML doc comment for that particular element is:
/// <summary>
/// Creates an instance of the <c>JsonWriter</c> class using the specified <see cref="T:System.IO.TextWriter"/>.
///
/// </summary>
/// <param name="textWriter">The <c>TextWriter</c> to write to.</param>
As you can see, the <c> element is being highlighted. I would like to disable that highlighting if possible. I've scoured the R# options, and the only thing that does it currently is if I disable ReSharper's Intellisense completely and use Visual Studio's. I'd prefer not to have to resort to that if possible.
Please sign in to leave a comment.
You might want to try the Enhanced Tooltip extension (https://resharper-plugins.jetbrains.com/packages/EnhancedTooltip/, but get it from the Extension Manager). It provides syntax highlighting of tooltips based on the colours of the editor. It's very nice...
On 28.01.2014 23:05, Bryan Ross wrote:
>
>
Hi Bryan!
Fix will be available in upcoming 8.1.1 version.