I'm using Visual Studio 2013 Ultimate.
In the C# code editor, members that has documented exceptions can be listed through Intellisense:
My question is, how to add this useful feature for VB.Net?.
Is there a 3rd party extension to add it?.
Why this feature seems unavailable in VB.Net?.
Please note that I'm not asking how to add Xml documentation for a potential exception in a member, what I'm asking is how to enable Intellisense to show those exceptions, because the C# code editor can show exceptions on Intellisense (as seen in the image that I shared), but the VB.Net code editor seems CAN'T.
And not only my own documented exceptions, just I'm talking about those exceptions that are already documented in the members of .Net Framework class library (again as seen in the image that I shared).