Show exceptions in intellisense?

99封情书 提交于 2019-12-01 21:21:15

This window that shows information about the current programming construct is called quick info. For VB.NET, the quick info didn't and it can't show the exception list in any version of Visual Studio up to and including VS2015. For C#, as you already know, the exception list is shown but not in VS2015. The reason that VS2015 C# quick info doesn't show the exception list is simply because it's a bug and it's supposed to be fixed in VS2015 Update 1. In fact this update might also show the exception list in the VB.NET quick info but I didn't check.

since VS2015 has taken this feature away I doubt very much that VB.NET will be able to support this in VS2013 via any work-arounds or third party method.

See also reference to feature gone in C# for VS2015 which does not help with VB.NET but I suspect when they added additional features to VS2015 that the feature for showing exceptions was not possible anymore.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!