This was addressed and fixed in VS2015 Update 1
Is there any way to show the Exceptions in VS2015?
VS2015
VS2013
With a solution open in Visual Studio, use Debug > Windows > Exception Settings to open the Exception Settings window.
The suggestion list of Basic completion appears when you press the default Visual Studio IntelliSense shortcut Ctrl+Space .
Inspect inner exceptions If the exception has any inner exceptions (InnerException, you can view them in the Exception Helper. If there are multiple exceptions present, you can navigate between them using the left and right arrows shown above the call stack.
If you find IntelliSense has stopped working, the language service may not be running. Try restarting VS Code and this should solve the issue. If you are still missing IntelliSense features after installing a language extension, open an issue in the repository of the language extension.
It no longer appears to show up in the intellisense tooltip until you actually write the code. Once the code is there hovering your mouse over it makes it appear in full.
Note: This appears to have only been fixed in Visual Studio 2015 Update 1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With