Reputation: 109
I'm trying to add XML documentation for my homework on VS code, but only text in the summary block shows up when hovering over the function/variable.
It also happened in the normal Visual Studio and on multiple computers, so I figure it's just something I don't understand, but I tried googling it and came up with nothing. I've also tried just straight up copy-pasting from a Microsoft article, but it still did not work
Upvotes: 3
Views: 1446
Reputation: 35260
Yes, the intellisense only shows you the summary. It will never show you remarks or exceptions, but if you use it on a method, you will see the intellisense for each parameter as you enter them.
Upvotes: 3