Returns true if the specified token kind is considered as hidden (comments, whitespaces or newline)
public static bool IsHidden(this TokenKind tokenKind, bool hideNewLine = true)
The token kind.
Makes the newline hidden by default. Default is true.
true if the specified token kind is considered as hidden; false otherwise