Home > Back-end >  Visual Studio 2022 not showing parameter XML docs tooltips on mouse over
Visual Studio 2022 not showing parameter XML docs tooltips on mouse over

Time:07-16

As pictured, the "param" part of the summary is not showing on mouse over panel. Should I expect them to be there or is the "param" functionality not working as I think it should? The other tags work (like "remarks" etc.), so I assume I'm just not looking in the right place to see where "param" shows up. I thought they would show on the mouse over panel. enter image description here

Did a bunch of searching online, but I couldn't find anything related specifically to this issue.

CodePudding user response:

You need to hover your mouse over the parameters for intellisense to show you the param info.

CodePudding user response:

The description of the parameters is visible when calling this method

enter image description here

enter image description here

  • Related