Softeq / dotnet-guidelines

A set of coding guidelines for C#, design principles, and layout rules.
Other
13 stars 1 forks source link

Show tooltip with rule support description #9

Open oleg-zaitsev opened 4 years ago

oleg-zaitsev commented 4 years ago

Add toltips for R# support logo that describes how exactly the rule is covered by Resharper. This can be done with the following snippet <img src="source of image" title="this will be displayed as a tooltip"/>

Originally discussed in this comment.