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
Is your feature request related to a problem? Please describe.
It should be able to turn on display of parsed syntax tree in the playground. Maybe even a GraphViz figure!
Describe the solution you'd like
A checkbox for enabling syntax tree output.
Describe alternatives you've considered
The alternative is to not do this.
An addendum to this would be to highlight matches of a particular query, either in the code, the visualisation, or both. Maybe that's worth a separate issue, as it would go a long way towards creating a powerful debugging tool...
Is your feature request related to a problem? Please describe.
It should be able to turn on display of parsed syntax tree in the playground. Maybe even a GraphViz figure!
Describe the solution you'd like
A checkbox for enabling syntax tree output.
Describe alternatives you've considered
The alternative is to not do this.
Additional context
See https://ormolu-live.tweag.io and https://tree-sitter.github.io/tree-sitter/playground for inspiration.
The text was updated successfully, but these errors were encountered: