Skip to content

Commit 5915c79

Browse files
committed
added DebugDisplayAttribute
1 parent be16dc7 commit 5915c79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rubberduck.Parsing/Symbols/Declaration.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System.Collections.Generic;
2+
using System.Diagnostics;
23
using System.Linq;
34
using Antlr4.Runtime;
45
using Microsoft.CSharp.RuntimeBinder;
@@ -11,6 +12,7 @@ namespace Rubberduck.Parsing.Symbols
1112
/// <summary>
1213
/// Defines a declared identifier.
1314
/// </summary>
15+
[DebuggerDisplay("({DeclarationType}) {Accessibility} {IdentifierName} As {AsTypeName} | {Selection}")]
1416
public class Declaration
1517
{
1618
public Declaration(QualifiedMemberName qualifiedName, string parentScope,

0 commit comments

Comments
 (0)