MrJul / ReSharper.EnhancedTooltip

A plugin for JetBrains Resharper that colorizes the tooltip and parameter information.
Apache License 2.0
170 stars 27 forks source link

Monospace Font for <c>,<code>? #132

Open NW7US opened 6 years ago

NW7US commented 6 years ago

Is it possible to have the <c> and <code> content displayed in a monospaced font? I want to have my text, in certain cases (especially any code), line up character-by-character in columns. See screenshot of how the original XML comment is lined up, but the Intellisense/EnhancedTooltip is proportional. A non-proportional font would be really good.

Thank you.

20180530_1531_monospacedcode

MrJul commented 6 years ago

Currently you can only change the whole tooltip's font.

FYI, Enhanced Tooltip doesn't format the XML comments, it only asks ReSharper for a pre-formatted display. Doing this would mean parsing and rendering manually the XML documentation.