You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Syntax nodes also have a syntax kind that can be shown, just like syntax tokens. This is especially useful for polymorphic syntax node types like AssignmentExpressionSyntax which may represent one of many syntax kinds.