Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I display the full method signature in a class diagram in Visual Studio 2015?

My class diagram just shows the method names but I'd like to see the full signature. How is this done in VS Professional 2015? I don't see it in the context menu... screenshot of context menu

like image 988
Kim Avatar asked Jan 13 '16 02:01

Kim


1 Answers

Right-click on the class in Solution Explorer and select "View Class Diagram". Once the class diagram opens right-click outside of it (in the whitespace) for a different context menu. Select "Change Members Format" and then "Display Full Signature". Right-click on the class diagram and select "Adjust Shapes Width". The full method signatures are shown.

like image 62
JohnF Avatar answered Nov 15 '22 03:11

JohnF