Hover over lambda expression in visual studio shows type details

Hover over lambda expression in visual studio shows type details even for anonymous types.

This helps when trying to understand code written by other developers, especially complex nested LINQ with method syntax.

Is there a way to do this in Rider?

0
1 comment

Hi Chris,

I'd suggest trying to enable Inlay Hints: https://www.jetbrains.com/help/rider/Inline_Parameter_Name_Hints.html?q=inlay&s=quick

and use Parameter Info: https://www.jetbrains.com/help/rider/Coding_Assistance__Parameter_Info.html#

Please let me know if it could help.

 

Kind regards,

Sofia.

0

Please sign in to leave a comment.