Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing Exception List In Visual Studio [duplicate]

I am in the process of learning C# via Bob Tabor's "C# Fundamentals for Absolute Beginners" course on Microsoft Virtual Academy. I am about halfway through the lesson on exceptions.

Bob mentions that when hovering over a method the IntelliSense window that pops up lists the potential exceptions that the method could have. However in my version of Visual Studio (Community Edition 2015) the IntelliSense window is much slimmer and does not contain the list of potential exceptions.

http://i.stack.imgur.com/Rexol.png Screenshot of the missing IntelliSense text.

Have I missed an option I need to turn on or has this ability been removed for the new version of Visual Studio?

If it has been removed what are the 3rd party options to reintroduce this feature?

Thanks

like image 735
Burgi Avatar asked Aug 20 '15 14:08

Burgi


Video Answer


1 Answers

This has been asked twice before on SO with no resolution (1, 2) so it is unlikely that it currently possible to enable this.

There is an existing UserVoice ticket to bring it back though.

like image 106
Brandon Avatar answered Sep 29 '22 13:09

Brandon