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
As it is, debugging issues with GreenNodeBuilder isn't easy. Sure, you can dbg! it, but it doesn't label what the SyntaxKinds are, rather, it just displays them with their raw value.
I think it would be great to add a function that helps with this. Ideally it would log something like this:
As it is, debugging issues with
GreenNodeBuilder
isn't easy. Sure, you candbg!
it, but it doesn't label what theSyntaxKind
s are, rather, it just displays them with their raw value.I think it would be great to add a function that helps with this. Ideally it would log something like this:
The last node (and/or token) would likely be highlighted in green to signify that it is the current node.
If this would be a welcome addition, I would be more than happy to implement it, but I wanted to ask first.
The text was updated successfully, but these errors were encountered: