Show exceptions in intellisense?

后端 未结 2 673

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

相关标签:
2条回答
  • 2021-01-21 03:55

    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.

    0 讨论(0)
  • 2021-01-21 04:00

    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.

    0 讨论(0)
提交回复
热议问题