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

Detect (class) records and struct records #193

Open michael-damatov opened 1 week ago

michael-damatov commented 1 week ago

Currently, records are displayed as classes:

image

where ReSharper correctly shows them as a record

image

Similarly, record structs are displayed as simple structs:

image

the ReSharper correctly shows them as struct records:

image

To be done